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

Go to the source code of this file.

Classes

class  DtAggregateEntityDecoder
 class DtAggregateEntityDecoder: More...
 

Macros

#define DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER_WITH_CAST_SET(attrName, netType, castExpr)
 These macros are used to define simple attribute decoder functions (members of a derived DtHlaStateDecoder that decode individual attributes). More...
 
#define DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER_SET(attrName, netType)
 

Macro Definition Documentation

#define DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER_SET (   attrName,
  netType 
)
Value:
attrName, netType)
class DtAggregateEntityDecoder:
Definition: aggregateEntityDecoder.h:23
#define DtDEFINE_SIMPLE_ATTR_DECODER_SET(decClass, stateRepClass, attrName, netType)
Defines a "simple" attribute decoder.
Definition: hlaStateDecoder.h:345
static const xmlChar * attrName
Definition: xmlFedTags.h:117
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29
#define DtDEFINE_SIMPLE_AGGREGATE_ATTR_DECODER_WITH_CAST_SET (   attrName,
  netType,
  castExpr 
)
Value:
attrName, netType, castExpr)
#define DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST_SET(decClass, stateRepClass, attrName, netType, castExpr)
Defines a "simple" attribute decoder.
Definition: hlaStateDecoder.h:313
class DtAggregateEntityDecoder:
Definition: aggregateEntityDecoder.h:23
static const xmlChar * attrName
Definition: xmlFedTags.h:117
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29

These macros are used to define simple attribute decoder functions (members of a derived DtHlaStateDecoder that decode individual attributes).

The simple decoding is just to convert the value pulled out of the ahvps to a host type using the cast expression castExpr, and pass it to the mutator function.


Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)