vrpn  07.33
Virtual Reality Peripheral Network
_vrpn_TEXTCB Struct Reference

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
 

Detailed Description

Structure passed back to user-level code from a vrpn_Text_Receiver.

Definition at line 21 of file vrpn_Text.h.

Member Data Documentation

◆ level

vrpn_uint32 _vrpn_TEXTCB::level

Definition at line 25 of file vrpn_Text.h.

◆ message

char _vrpn_TEXTCB::message[vrpn_MAX_TEXT_LEN]

Definition at line 23 of file vrpn_Text.h.

◆ msg_time

struct timeval _vrpn_TEXTCB::msg_time

Definition at line 22 of file vrpn_Text.h.

◆ type

vrpn_TEXT_SEVERITY _vrpn_TEXTCB::type

Definition at line 24 of file vrpn_Text.h.


The documentation for this struct was generated from the following file: