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

This file provides a declaration of the class DtEnvironmentProcessDecoder. More...

Go to the source code of this file.

Classes

class  DtEnvironmentProcessDecoder
 class DtEnvironmentProcessDecoder: More...

Macros

#define DtDECLARE_ENVPROC_ATTR_DECODER(attrName)   DtDECLARE_ATTR_DECODER(DtEnvironmentProcessRepository, attrName)
 Macro for declaring attribute decoding fns which are members of the class.
#define DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER(attrName, netType, mutator)
 This macro is used to define a simple attribute decoder function (members of a derived DtHlaStateDecoder that decode individual attributes).
#define DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER_WITH_CAST(attrName, netType, mutator, castExpr)

Detailed Description

This file provides a declaration of the class DtEnvironmentProcessDecoder.

Macro Definition Documentation

#define DtDECLARE_ENVPROC_ATTR_DECODER (   attrName)    DtDECLARE_ATTR_DECODER(DtEnvironmentProcessRepository, attrName)

Macro for declaring attribute decoding fns which are members of the class.

#define DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER (   attrName,
  netType,
  mutator 
)
Value:

This macro is used to define a simple attribute decoder function (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 a cast to netType, and pass it to the mutator function.

#define DtDEFINE_SIMPLE_ENVPROC_ATTR_DECODER_WITH_CAST (   attrName,
  netType,
  mutator,
  castExpr 
)

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)