VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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

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 charDtBufferSerialize::encode (const DtVrfObjectMessage *const &messagePtr, char *buffer)
 Encodes the specified DtVrfObjectMessage into the specified character array.
DT_DLL_vrfmsgs const charDtBufferSerialize::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.

Detailed Description

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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)