RInside Version 0.2.16
|
Go to the source code of this file.
Macros | |
#define | ris_socket_address "example_server.sock" |
Variables | |
const uint32_t | RIS_MAGIC_NUMBER = 0xF00BA5 |
const char | RIS_CMD_SETVALUE = 1 |
const char | RIS_CMD_GETVALUE = 2 |
const char | RIS_CMD_SETCALLBACK = 3 |
const char | RIS_CMD_RUN = 4 |
const char | RIS_CMD_GETCONSOLE = 5 |
const char | RIS_CMD_INITPLOT = 6 |
const char | RIS_CMD_GETPLOT = 7 |
const char | RIS_CMD_EXIT = 8 |
const char | RIS_REPLY_OK = 101 |
const char | RIS_REPLY_CALLBACK = 102 |
const char | RIS_REPLY_VALUE = 103 |
const char | RIS_REPLY_ERROR = 104 |
#define ris_socket_address "example_server.sock" |
Definition at line 8 of file constants.h.
Referenced by main(), test_callbacks(), test_console_output(), test_multiple(), test_plot(), and test_setting_getting().
const char RIS_CMD_EXIT = 8 |
Definition at line 18 of file constants.h.
Referenced by RInsideServer::run(), and RInsideClient::~RInsideClient().
const char RIS_CMD_GETCONSOLE = 5 |
Definition at line 15 of file constants.h.
Referenced by RInsideClient::getConsoleOutput(), and RInsideServer::run().
const char RIS_CMD_GETPLOT = 7 |
Definition at line 17 of file constants.h.
Referenced by RInsideClient::getPlot(), and RInsideServer::run().
const char RIS_CMD_GETVALUE = 2 |
Definition at line 12 of file constants.h.
Referenced by RInsideClient::getValue(), and RInsideServer::run().
const char RIS_CMD_INITPLOT = 6 |
Definition at line 16 of file constants.h.
Referenced by RInsideClient::initPlot(), and RInsideServer::run().
const char RIS_CMD_RUN = 4 |
Definition at line 14 of file constants.h.
Referenced by RInsideServer::run(), and RInsideClient::runScript().
const char RIS_CMD_SETCALLBACK = 3 |
Definition at line 13 of file constants.h.
Referenced by RInsideServer::run(), and RInsideClient::setCallback().
const char RIS_CMD_SETVALUE = 1 |
Definition at line 11 of file constants.h.
Referenced by RInsideServer::run(), and RInsideClient::setValue().
const uint32_t RIS_MAGIC_NUMBER = 0xF00BA5 |
Definition at line 10 of file constants.h.
Referenced by RInsideClient::RInsideClient(), and RInsideServer::run().
const char RIS_REPLY_CALLBACK = 102 |
Definition at line 22 of file constants.h.
Referenced by CppFunctionForRInsideServer::operator()(), and RInsideClient::runScript().
const char RIS_REPLY_ERROR = 104 |
Definition at line 24 of file constants.h.
Referenced by callback_helper::read_from_stream_with_typeid(), and RInsideClient::readReply().
const char RIS_REPLY_OK = 101 |
Definition at line 21 of file constants.h.
Referenced by RInsideClient::readReply(), RInsideServer::run(), and RInsideClient::runScript().
const char RIS_REPLY_VALUE = 103 |
Definition at line 23 of file constants.h.
Referenced by callback_helper::read_from_stream_with_typeid(), RInsideClient::readReply(), RInsideServer::registerType(), RInsideServer::run(), and RInsideClient::runScript().