vrpn
07.33
Virtual Reality Peripheral Network
|
Structure passed back to user-level code from a vrpn_Text_Receiver. More...
#include <vrpn_Text.h>
Public Attributes | |
struct timeval | msg_time |
char | message [vrpn_MAX_TEXT_LEN] |
vrpn_TEXT_SEVERITY | type |
vrpn_uint32 | level |
Structure passed back to user-level code from a vrpn_Text_Receiver.
Definition at line 21 of file vrpn_Text.h.
vrpn_uint32 _vrpn_TEXTCB::level |
Definition at line 25 of file vrpn_Text.h.
char _vrpn_TEXTCB::message[vrpn_MAX_TEXT_LEN] |
Definition at line 23 of file vrpn_Text.h.
struct timeval _vrpn_TEXTCB::msg_time |
Definition at line 22 of file vrpn_Text.h.
vrpn_TEXT_SEVERITY _vrpn_TEXTCB::type |
Definition at line 24 of file vrpn_Text.h.