![]() |
VR-Vantage API Documentation
|
Go to the source code of this file.
Classes | |
| class | makVrv::DtMessage |
| The IGI Message. More... | |
Namespaces | |
| namespace | makVrv |
| REMOVE THIS along with the creator later. | |
Macros | |
| #define | packSizeOf(type) ((sizeof(type)-1)<<4) |
| #define | unpackSizeOf(dataType) ((dataType>>4)+1) |
| #define | isSimpleType(dataType) (dataType<128) |