VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros
breachObjectEncoder.h File Reference

Contains the DtBreachObjectEncoder class declaration. More...

Go to the source code of this file.

Classes

class  DtBreachObjectEncoder
 Used to encode breach objects DtBreachObjectEncoder is a DtEnvironmentObjectEncoder that is used to encode breach object state messages from a state repository in an HLA environment. More...

Macros

#define DtDECLARE_BREACH_OBJ_ATTR_CHECKER(attrName)   DtDECLARE_ATTR_CHECKER( DtLinearObjectRepository, attrName )
 This is used to declare static member functions for determining whether or not an attribute needs to be encoded.
#define DtDECLARE_BREACH_OBJ_ATTR_ENCODER(attrName)   DtDECLARE_ATTR_ENCODER( DtLinearObjectRepository, attrName )
 This is used to declare attribute encoding functions which are members of the class.
#define DtDEFINE_SIMPLE_BREACH_OBJ_ATTR_ENCODER(attrName, netType, inspector)
 This macro is used to define simple attribute encoder functions (members of a derived DtHlaStateEncoder that encode individual attributes).
#define DtDEFINE_SIMPLE_BREACH_OBJ_ATTR_CHECKER(attrName, inspector)
 This macro is used to define simple attribute checker functions (members of a derived DtHlaStateEncoder that check whether a particular attribute is out of date.) The simple implementation is to just compare the values returned by the two StateReps' inspector functions.

Detailed Description

Contains the DtBreachObjectEncoder class declaration.

Macro Definition Documentation

#define DtDECLARE_BREACH_OBJ_ATTR_CHECKER (   attrName)    DtDECLARE_ATTR_CHECKER( DtLinearObjectRepository, attrName )

This is used to declare static member functions for determining whether or not an attribute needs to be encoded.

#define DtDECLARE_BREACH_OBJ_ATTR_ENCODER (   attrName)    DtDECLARE_ATTR_ENCODER( DtLinearObjectRepository, attrName )

This is used to declare attribute encoding functions which are members of the class.

#define DtDEFINE_SIMPLE_BREACH_OBJ_ATTR_CHECKER (   attrName,
  inspector 
)
Value:
DtDEFINE_SIMPLE_ATTR_CHECKER( DtLinearObjectEncoder, \
attrName, inspector )

This macro is used to define simple attribute checker functions (members of a derived DtHlaStateEncoder that check whether a particular attribute is out of date.) The simple implementation is to just compare the values returned by the two StateReps' inspector functions.

#define DtDEFINE_SIMPLE_BREACH_OBJ_ATTR_ENCODER (   attrName,
  netType,
  inspector 
)
Value:
DtDEFINE_SIMPLE_ATTR_ENCODER( DtLinearObjectEncoder, \
attrName, netType, inspector )

This macro is used to define simple attribute encoder functions (members of a derived DtHlaStateEncoder that encode individual attributes).

The simple encoding is just to implicitly convert the value returned by the inspector to a netType, and add it to the ahvps.


Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)