33 virtual unsigned int messageType()
const;
37 virtual unsigned char* encode();
43 virtual int messageSize();
52 virtual void setRequestorId(
const std::string& requestor);
53 virtual std::string requestorId();
58 virtual void setRequestId(
int id);
59 virtual int requestId();
Defines the IDs for RadarFX message types.
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: rfxMessage.h:25
int myRequestId
Definition: rfxMessage.h:67
Instances of DtStreamWriter encode values into a byte array this writes the data to the stream in lit...
Definition: byteStream.h:74
Defines the stream read and writer for encoding and decoding messages from byte arrays.
#define RFX_DLL_SHARED
Definition: include/radarFxShared/export.h:15
std::string myRequestorId
Definition: rfxMessage.h:66
unsigned int myMessageType
Definition: rfxMessage.h:65
Instances of DtStreamReader decode values from a byte array this assumes the data in the byte stream ...
Definition: byteStream.h:27