vrpn 07.35
Virtual Reality Peripheral Network
 
Loading...
Searching...
No Matches
vrpn_Text.h File Reference
#include <stddef.h>
#include "vrpn_BaseClass.h"
#include "vrpn_Configure.h"
#include "vrpn_Connection.h"
#include "vrpn_Shared.h"
#include "vrpn_Types.h"
Include dependency graph for vrpn_Text.h:
This graph shows which files directly or indirectly include this file:

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_CALLBACKvrpn_TEXTHANDLER) (void *userdata, const vrpn_TEXTCB info)
 Description of the callback function type.
 

Variables

const struct timeval vrpn_TEXT_NOW = {0, 0}
 

Typedef Documentation

◆ vrpn_TEXTHANDLER

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.

Variable Documentation

◆ vrpn_TEXT_NOW

const struct timeval vrpn_TEXT_NOW = {0, 0}

Definition at line 19 of file vrpn_Text.h.

Referenced by vrpn_Text_Sender::send_message().