MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros | Variables
matrexTspiPlatformObjEncoder.h File Reference

Class PlatformObjEncoder The encoder for the MATREX Platform object class TSPI attributes. More...

Go to the source code of this file.

Classes

class  M_TSPI_FM::PlatformObjEncoder
 The encoder for the MATREX Platform object class TSPI attributes. More...

Namespaces

namespace  M_TSPI_FM

Macros

#define DtDECLARE_PlatformObjEncoder_ATTR_CHECKER(attrName)   DtDECLARE_ATTR_CHECKER(DtEntityStateRepository, attrName)
 Macro used to declare static member functions to determine whether or not an attribute's update condition has been met.
#define DtDECLARE_PlatformObjEncoder_ATTR_ENCODER(attrName)   DtDECLARE_ATTR_ENCODER(DtEntityStateRepository, attrName)
 Macro used to declare static member functions that perform attribute encoding.
#define DEFINE_SIMPLE_PlatformObjEncoder_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 DEFINE_SIMPLE_PlatformObjEncoder_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.

Variables

class DT_DLL_MATREX_TSPI_FOM_MAP DtEntityStateRepository

Detailed Description

Class PlatformObjEncoder The encoder for the MATREX Platform object class TSPI attributes.

Macro Definition Documentation

#define DEFINE_SIMPLE_PlatformObjEncoder_ATTR_CHECKER (   attrName,
  inspector 
)
Value:
DtDEFINE_SIMPLE_ATTR_CHECKER(PlatformObjEncoder, \
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 DEFINE_SIMPLE_PlatformObjEncoder_ATTR_ENCODER (   attrName,
  netType,
  inspector 
)
Value:
DtDEFINE_SIMPLE_ATTR_ENCODER(PlatformObjEncoder, \
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.

#define DtDECLARE_PlatformObjEncoder_ATTR_CHECKER (   attrName)    DtDECLARE_ATTR_CHECKER(DtEntityStateRepository, attrName)

Macro used to declare static member functions to determine whether or not an attribute's update condition has been met.

#define DtDECLARE_PlatformObjEncoder_ATTR_ENCODER (   attrName)    DtDECLARE_ATTR_ENCODER(DtEntityStateRepository, attrName)

Macro used to declare static member functions that perform attribute encoding.

Variable Documentation


Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)