![]() |
VR-Link API Documentation for HLA 1.3
|
This file provides a declaration of the class DtPlatformEncoder. More...
Go to the source code of this file.
Classes | |
| class | DtPlatformEncoder |
| class DtPlatformEncoder: More... | |
Defines | |
| #define | DtDEFINE_SIMPLE_PLATFORM_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 | DtDEFINE_SIMPLE_PLATFORM_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 | DtDEFINE_PLATFORM_LIGHTS_ATTR_CHECKER(attrName, arg1) DtDEFINE_LIGHT_ATTR_CHECKER(DtPlatformEncoder, attrName, arg1) |
| #define | DtDEFINE_PLATFORM_LIGHTS_ATTR_ENCODER(attrName, arg1) DtDEFINE_LIGHT_ATTR_ENCODER(DtPlatformEncoder, attrName, arg1) |
This file provides a declaration of the class DtPlatformEncoder.
| #define DtDEFINE_PLATFORM_LIGHTS_ATTR_CHECKER | ( | attrName, | |
| arg1 | |||
| ) | DtDEFINE_LIGHT_ATTR_CHECKER(DtPlatformEncoder, attrName, arg1) |
| #define DtDEFINE_PLATFORM_LIGHTS_ATTR_ENCODER | ( | attrName, | |
| arg1 | |||
| ) | DtDEFINE_LIGHT_ATTR_ENCODER(DtPlatformEncoder, attrName, arg1) |
| #define DtDEFINE_SIMPLE_PLATFORM_ATTR_CHECKER | ( | attrName, | |
| inspector | |||
| ) |
DtDEFINE_SIMPLE_ATTR_CHECKER( \ DtPlatformEncoder, \ DtEntityStateRepository, \ 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 DtDEFINE_SIMPLE_PLATFORM_ATTR_ENCODER | ( | attrName, | |
| netType, | |||
| inspector | |||
| ) |
DtDEFINE_SIMPLE_ATTR_ENCODER( \ DtPlatformEncoder, \ DtEntityStateRepository, \ 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.