RInside Version 0.2.16
constants.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ ris_socket_address

#define ris_socket_address   "example_server.sock"

Variable Documentation

◆ RIS_CMD_EXIT

const char RIS_CMD_EXIT = 8

Definition at line 18 of file constants.h.

Referenced by RInsideServer::run(), and RInsideClient::~RInsideClient().

◆ RIS_CMD_GETCONSOLE

const char RIS_CMD_GETCONSOLE = 5

Definition at line 15 of file constants.h.

Referenced by RInsideClient::getConsoleOutput(), and RInsideServer::run().

◆ RIS_CMD_GETPLOT

const char RIS_CMD_GETPLOT = 7

Definition at line 17 of file constants.h.

Referenced by RInsideClient::getPlot(), and RInsideServer::run().

◆ RIS_CMD_GETVALUE

const char RIS_CMD_GETVALUE = 2

Definition at line 12 of file constants.h.

Referenced by RInsideClient::getValue(), and RInsideServer::run().

◆ RIS_CMD_INITPLOT

const char RIS_CMD_INITPLOT = 6

Definition at line 16 of file constants.h.

Referenced by RInsideClient::initPlot(), and RInsideServer::run().

◆ RIS_CMD_RUN

const char RIS_CMD_RUN = 4

Definition at line 14 of file constants.h.

Referenced by RInsideServer::run(), and RInsideClient::runScript().

◆ RIS_CMD_SETCALLBACK

const char RIS_CMD_SETCALLBACK = 3

Definition at line 13 of file constants.h.

Referenced by RInsideServer::run(), and RInsideClient::setCallback().

◆ RIS_CMD_SETVALUE

const char RIS_CMD_SETVALUE = 1

Definition at line 11 of file constants.h.

Referenced by RInsideServer::run(), and RInsideClient::setValue().

◆ RIS_MAGIC_NUMBER

const uint32_t RIS_MAGIC_NUMBER = 0xF00BA5

Definition at line 10 of file constants.h.

Referenced by RInsideClient::RInsideClient(), and RInsideServer::run().

◆ RIS_REPLY_CALLBACK

const char RIS_REPLY_CALLBACK = 102

◆ RIS_REPLY_ERROR

const char RIS_REPLY_ERROR = 104

◆ RIS_REPLY_OK

const char RIS_REPLY_OK = 101

◆ RIS_REPLY_VALUE