vrpn 07.35
Virtual Reality Peripheral Network
|
#include <stddef.h>
#include "vrpn_BaseClass.h"
#include "vrpn_Configure.h"
#include "vrpn_Connection.h"
#include "vrpn_Shared.h"
#include "vrpn_Types.h"
Go to the source code of this file.
Classes | |
struct | vrpn_TEXTCB |
Structure passed back to user-level code from a vrpn_Text_Receiver. More... | |
class | vrpn_Text_Sender |
Allows a user to send text messages from a device (usually,. More... | |
class | vrpn_Text_Receiver |
Allows a user to handle text messages directly, in addition to having the. More... | |
Typedefs | |
typedef void(VRPN_CALLBACK * | vrpn_TEXTHANDLER) (void *userdata, const vrpn_TEXTCB info) |
Description of the callback function type. | |
Variables | |
const struct timeval | vrpn_TEXT_NOW = {0, 0} |
typedef void(VRPN_CALLBACK * vrpn_TEXTHANDLER) (void *userdata, const vrpn_TEXTCB info) |
Description of the callback function type.
Definition at line 30 of file vrpn_Text.h.
const struct timeval vrpn_TEXT_NOW = {0, 0} |
Definition at line 19 of file vrpn_Text.h.
Referenced by vrpn_Text_Sender::send_message().