![]() |
VR-Forces 4.1 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | makVrv::DtMessage |
| The IGI Message. More... | |
Namespaces | |
| namespace | makVrv |
| #include <vrvCoreQt/DtPersistenceControlsInterface.h> | |
Macros | |
| #define | packSizeOf(type) ((sizeof(type)-1)<<4) |
| #define | unpackSizeOf(dataType) ((dataType>>4)+1) |
| #define | isSimpleType(dataType) (dataType<128) |
| #define packSizeOf | ( | type | ) | ((sizeof(type)-1)<<4) |
| #define unpackSizeOf | ( | dataType | ) | ((dataType>>4)+1) |
| #define isSimpleType | ( | dataType | ) | (dataType<128) |