![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Go to the source code of this file.
Namespaces | |
| rti1516e | |
| The namespace defined by the HLA Evolved Interface Specification which holds the C++ API. | |
Macros | |
| #define | is_bigendian() ( (*(char*)&endianChecker) == 0 ) |
Functions | |
| void | rti1516e::swapByteArray (char *byteArray, int theSize) |
| Swap the byte array in memory. More... | |
| unsigned short | rti1516e::endianSwap16Bit (unsigned short rhs) |
| swap 16 bits More... | |
| unsigned int | rti1516e::endianSwap32Bit (unsigned int rhs) |
| swap 32 bits More... | |
| Integer64 | rti1516e::endianSwap64Bit (Integer64 rhs) |
| swap 64 bits More... | |
| float | rti1516e::endianSwap32BitFloat (float rhs) |
| swap 32 bit float More... | |
| double | rti1516e::endianSwap64BitDouble (double rhs) |
| void | rti1516e::appendBytes (std::vector< Octet > &wrapper, const char *bytes, size_t length) |
| append to a octet vector More... | |
| unsigned int | rti1516e::paddingSizeInBytes (unsigned int bufferLength, unsigned int elementOctetBoundary) |
| Get the padding for this element. More... | |
| void | rti1516e::insertBytes (std::vector< Octet > &wrapper, size_t length) |
| Insert bytes into the octet buffer. More... | |
Variables | |
| const int | rti1516e::endianChecker = 1 |
| This checks whether the machine is Big Endian or Little Endian. More... | |
| #define is_bigendian | ( | ) | ( (*(char*)&endianChecker) == 0 ) |