![]() |
VR-Forces 4.3 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtVrfObjectMessage |
| The base class for all messages to/from a specific DtVrfObject. More... | |
Namespaces | |
| namespace | DtBufferSerialize |
| This namespace contains a set of utility functions for encoding and decoding various data types to/from a byte array. | |
Typedefs | |
| typedef DtBoost::shared_ptr < const DtVrfObjectMessage > | DtVrfObjectMessageConstPtr |
| Boost shared pointer to a const DtVrfObjectMessage. | |
| typedef DtBoost::shared_ptr < DtVrfObjectMessage > | DtVrfObjectMessagePtr |
| Boost shared pointer to a DtVrfObjectMessage. | |
Functions | |
| DT_DLL_vrfmsgs int | DtBufferSerialize::getSize (const DtVrfObjectMessage *const &messagePtr) |
| DT_DLL_vrfmsgs char * | DtBufferSerialize::encode (const DtVrfObjectMessage *const &messagePtr, char *buffer) |
| Encodes the specified DtVrfObjectMessage into the specified character array. | |
| DT_DLL_vrfmsgs const char * | DtBufferSerialize::decode (DtVrfObjectMessage *&messagePtr, const char *buffer) |
| Decodes the buffer into the DtVrfObjectMessage using the DtVrfObjectMessage factory. | |
Variables | |
| const char | DtVrfObjectMessageSendToAll [] = "DtBroadcast" |
| DtVrfObjectMessage. | |
| const char | DtVrfObjectMessageFrontEndAddress [] = "DtVrfFrontEnd" |
| Any messages sent to this address to be received by any VR-Forces front ends or other remote control application in the exercise. | |
| typedef DtBoost::shared_ptr<const DtVrfObjectMessage> DtVrfObjectMessageConstPtr |
Boost shared pointer to a const DtVrfObjectMessage.
| typedef DtBoost::shared_ptr<DtVrfObjectMessage> DtVrfObjectMessagePtr |
Boost shared pointer to a DtVrfObjectMessage.
| const char DtVrfObjectMessageSendToAll[] = "DtBroadcast" |
The "wildcard" receiver name string. This matches any entity name as a receiver.
| const char DtVrfObjectMessageFrontEndAddress[] = "DtVrfFrontEnd" |
Any messages sent to this address to be received by any VR-Forces front ends or other remote control application in the exercise.