![]() |
MAK Data Logger API Documentation for HLA
|
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 | |
| 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. More... | |
| #define | DtDECLARE_PlatformObjEncoder_ATTR_ENCODER(attrName) DtDECLARE_ATTR_ENCODER(DtEntityStateRepository, attrName) |
| Macro used to declare static member functions that perform attribute encoding. More... | |
| #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). More... | |
| #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. More... | |
Variables | |
| class DT_DLL_MATREX_TSPI_FOM_MAP | DtEntityStateRepository |
Class PlatformObjEncoder The encoder for the MATREX Platform object class TSPI 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.
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 | |||
| ) |
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.