![]() |
MAK RTIspy API Documentation for HLA 4
|
Instances of DtRtiExec implement a central server responsible for keeping track of all federation executions. More...
Classes | |
| class | MessageRetractionHandleFriend |
| Specific message retraction handle class that doesn't fit the structure of the other handle class implementations. More... | |
| class | HLAfixedArrayImplementation |
| class | HLAfixedRecordImplementation |
| class | HLAfloat64IntervalImpl |
| class | HLAvariableArrayImplementation |
| class | HLAvariantRecordImplementation |
| Implementation helper for the HLAvariantRecord class. More... | |
| class | MessageRetractionHandleImplementation |
Functions | |
| void | swapByteArray (char *byteArray, int theSize) |
| Swap the byte array in memory. More... | |
| unsigned short | endianSwap16Bit (unsigned short rhs) |
| swap 16 bits More... | |
| template<typename T > | |
| Integer64 | valueHash (T value) |
| Integer64 | valueHash (OctetPair value) |
| unsigned int | endianSwap32Bit (unsigned int rhs) |
| swap 32 bits More... | |
| Integer64 | endianSwap64Bit (Integer64 rhs) |
| swap 64 bits More... | |
| float | endianSwap32BitFloat (float rhs) |
| swap 32 bit float More... | |
| double | endianSwap64BitDouble (double rhs) |
| void | appendBytes (std::vector< Octet > &wrapper, const char *bytes, size_t length) |
| append to a octet vector More... | |
| unsigned int | paddingSizeInBytes (unsigned int bufferLength, unsigned int elementOctetBoundary) |
| Get the padding for this element. More... | |
| void | insertBytes (std::vector< Octet > &wrapper, size_t length) |
| Insert bytes into the octet buffer. More... | |
Variables | |
| const int | endianChecker = 1 |
| This checks whether the machine is Big Endian or Little Endian. More... | |
Instances of DtRtiExec implement a central server responsible for keeping track of all federation executions.
Macro defines a function to fill an 1516 handle set from an internal handle set.
This file contains RTI API Handle friend classes and methods that help with converting between API Handle classes and their internal implementation types.
|
inline |
append to a octet vector
|
inline |
swap 16 bits
Referenced by endianSwap32Bit().
|
inline |
swap 32 bits
References endianSwap16Bit().
Referenced by endianSwap32BitFloat(), and endianSwap64Bit().
|
inline |
swap 32 bit float
References endianSwap32Bit().
|
inline |
|
inline |
References endianSwap64Bit().
|
inline |
Insert bytes into the octet buffer.
Referenced by DtAssistantMsg::adjustBytes(), and DtRtiMsg::adjustBytes().
|
inline |
Get the padding for this element.
|
inline |
Swap the byte array in memory.
|
inline |
|
inline |
| const int RTI_API::endianChecker = 1 |
This checks whether the machine is Big Endian or Little Endian.