![]() |
VR-Link API Documentation for HLA Evolved
|
Go to the source code of this file.
Functions | |
| void | configFomMapper (DtFomMapper *mapper) |
| void | encodeTemperature (const MyFireInteraction &fire, RTI::ParameterHandleValuePairSet *pvList, RTI::ParameterHandle handle) |
| void | decodeTemperature (MyFireInteraction *fire, const RTI::ParameterHandleValuePairSet &pvlist, int pairSetIndex) |
| void | encodeMass (const MyEntityStateRep &stateRep, RTI::AttributeHandleValuePairSet *avList, RTI::AttributeHandle handle) |
| void | decodeMass (MyEntityStateRep *stateRep, const RTI::AttributeHandleValuePairSet &avlist, int pairSetIndex) |
| bool | needMass (const MyEntityStateRep &stateRep, const MyEntityStateRep &asSeenByRemote) |
| void configFomMapper | ( | DtFomMapper * | mapper | ) |
| void decodeMass | ( | MyEntityStateRep * | stateRep, |
| const RTI::AttributeHandleValuePairSet & | avlist, | ||
| int | pairSetIndex | ||
| ) |
| void decodeTemperature | ( | MyFireInteraction * | fire, |
| const RTI::ParameterHandleValuePairSet & | pvlist, | ||
| int | pairSetIndex | ||
| ) |
| void encodeMass | ( | const MyEntityStateRep & | stateRep, |
| RTI::AttributeHandleValuePairSet * | avList, | ||
| RTI::AttributeHandle | handle | ||
| ) |
| void encodeTemperature | ( | const MyFireInteraction & | fire, |
| RTI::ParameterHandleValuePairSet * | pvList, | ||
| RTI::ParameterHandle | handle | ||
| ) |
| bool needMass | ( | const MyEntityStateRep & | stateRep, |
| const MyEntityStateRep & | asSeenByRemote | ||
| ) |