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

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

Go to the source code of this file.

Classes

class  DtGriddedDataEncoder
 class DtGriddedDataEncoder More...
 

Macros

#define DtDECLARE_GRIDDATA_ATTR_CHECKER(attrName)   DtDECLARE_ATTR_CHECKER(DtGriddedDataRepository, attrName)
 Macro for declaring a static member fn which decides whether an attr needs to be encoded. More...
 
#define DtDECLARE_GRIDDATA_ATTR_ENCODER(attrName)   DtDECLARE_ATTR_ENCODER(DtGriddedDataRepository, attrName)
 Macro for declaring attr member fns which are members of the class. More...
 
#define DtDEFINE_SIMPLE_GRIDDATA_ATTR_ENCODER(attrName, netType, inspector)
 Macro for defining simple attribute encoder fns (ie. More...
 
#define DtDEFINE_SIMPLE_GRIDDATA_ATTR_CHECKER(attrName, inspector)
 Macro for defining simple attribute checker fns (ie. More...
 

Detailed Description

This file provides a declaration of the class DtGriddedDataEncoder.

Macro Definition Documentation

#define DtDECLARE_GRIDDATA_ATTR_CHECKER (   attrName)    DtDECLARE_ATTR_CHECKER(DtGriddedDataRepository, attrName)

Macro for declaring a static member fn which decides whether an attr needs to be encoded.

#define DtDECLARE_GRIDDATA_ATTR_ENCODER (   attrName)    DtDECLARE_ATTR_ENCODER(DtGriddedDataRepository, attrName)

Macro for declaring attr member fns which are members of the class.

#define DtDEFINE_SIMPLE_GRIDDATA_ATTR_CHECKER (   attrName,
  inspector 
)
Value:
attrName, inspector)
static const xmlChar * attrName
Definition: xmlFedTags.h:116
#define DtDEFINE_SIMPLE_ATTR_CHECKER(encClass, stateRepClass, attrName, inspector)
This macro is used to define simple attribute checker functions (members of a derived DtHlaStateEncod...
Definition: hlaStateEncoder.h:261
class DtGriddedDataEncoder
Definition: griddedDataEncoderHLA.h:41
Instances of DtGriddedDataRepository are used to communicate environmental data defined on a grid...
Definition: griddedDataRepository.h:23

Macro for defining simple attribute checker fns (ie.

members of a derived DtHlaStateEncoder that check whether an attr is out of date). The simple implementation is to compare the values returned by the two stateRep's inspector fns.

#define DtDEFINE_SIMPLE_GRIDDATA_ATTR_ENCODER (   attrName,
  netType,
  inspector 
)
Value:
attrName, netType, inspector)
#define DtDEFINE_SIMPLE_ATTR_ENCODER(encClass, stateRepClass, attrName, netType, inspector)
These macros are used to define simple attribute encoder functions (members of a derived DtHlaStateEn...
Definition: hlaStateEncoder.h:235
static const xmlChar * attrName
Definition: xmlFedTags.h:116
class DtGriddedDataEncoder
Definition: griddedDataEncoderHLA.h:41
Instances of DtGriddedDataRepository are used to communicate environmental data defined on a grid...
Definition: griddedDataRepository.h:23

Macro for defining simple attribute encoder fns (ie.

members of a derived DtHlaStateEncoder that encode individual attributes). The simple encoding is to implicitly convert the value returned by the inspector to a net type and add the value to the ahvps.


Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)