VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions | Variables
vrfObjectMessage.h File Reference

Go to the source code of this file.

Classes

class  DtVrfObjectMessage
 The base class for all messages to/from a specific DtVrfObject. More...
 

Namespaces

 DtBufferSerialize
 Set of utility functions for encoding and decoding various data types to a byte array.
 

Typedefs

typedef DtBoost::shared_ptr
< const DtVrfObjectMessage
DtVrfObjectMessageConstPtr
 Boost shared pointer to a const DtVrfObjectMessage. More...
 
typedef DtBoost::shared_ptr
< DtVrfObjectMessage
DtVrfObjectMessagePtr
 Boost shared pointer to a DtVrfObjectMessage. More...
 

Functions

DT_DLL_vrfmsgs int DtBufferSerialize::getSize (const DtVrfObjectMessage *const &messagePtr)
 
DT_DLL_vrfmsgs charDtBufferSerialize::encode (const DtVrfObjectMessage *const &messagePtr, char *buffer)
 Encodes the specified DtVrfObjectMessage into the specified character array. More...
 
DT_DLL_vrfmsgs const charDtBufferSerialize::decode (DtVrfObjectMessage *&messagePtr, const char *buffer)
 Decodes the buffer into the DtVrfObjectMessage using the DtVrfObjectMessage factory. More...
 

Variables

const char DtVrfObjectMessageSendToAll [] = "DtBroadcast"
 DtVrfObjectMessage. More...
 
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. More...
 

Typedef Documentation

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.

Variable Documentation

const char DtVrfObjectMessageSendToAll[] = "DtBroadcast"

DtVrfObjectMessage.

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.


Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)