15 #include <matrix/vlVector.h>
30 virtual int messageSize();
32 static DtBaseMessage* decode(
unsigned char* buffer,
int length);
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: rfxMessage.h:25
Instances of DtStreamWriter encode values into a byte array this writes the data to the stream in lit...
Definition: byteStream.h:74
#define RFX_DLL_SHARED
Definition: include/radarFxShared/export.h:15
Defines the base class for all messages that can be sent between the server and the client...
Instances of DtStreamReader decode values from a byte array this assumes the data in the byte stream ...
Definition: byteStream.h:27
DtHeatbeatMessage is sent periodically to ensure that connections are good.
Definition: rfxSystemMessage.h:22