vrpn
07.33
Virtual Reality Peripheral Network
|
Header containing macros formerly duplicated in a lot of implementation files. More...
Go to the source code of this file.
Macros | |
#define | VRPN_TIMESTAMP_MEMBER timestamp |
#define | VRPN_MSG_INFO(msg) |
#define | VRPN_MSG_WARNING(msg) |
#define | VRPN_MSG_ERROR(msg) |
Header containing macros formerly duplicated in a lot of implementation files.
For use only in implementation files for vrpn devices. This is the "old way" of doing things: just unified here to reduce code duplication. The new way of simplifying message sending is in vrpn_SendTextMessageStreamProxy.h.
Definition in file vrpn_MessageMacros.h.
#define VRPN_MSG_ERROR | ( | msg | ) |
Definition at line 46 of file vrpn_MessageMacros.h.
#define VRPN_MSG_INFO | ( | msg | ) |
Definition at line 32 of file vrpn_MessageMacros.h.
#define VRPN_MSG_WARNING | ( | msg | ) |
Definition at line 39 of file vrpn_MessageMacros.h.
#define VRPN_TIMESTAMP_MEMBER timestamp |
Definition at line 29 of file vrpn_MessageMacros.h.