vrpn  07.33
Virtual Reality Peripheral Network
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 too having the. More...
 

Macros

#define VRPN_TEXT_H
 

Typedefs

typedef void(VRPN_CALLBACKvrpn_TEXTHANDLER) (void *userdata, const vrpn_TEXTCB info)
 Description of the callback function type. More...
 

Variables

const struct timeval vrpn_TEXT_NOW = {0, 0}
 

Macro Definition Documentation

◆ VRPN_TEXT_H

#define VRPN_TEXT_H

Definition at line 101 of file vrpn_Text.h.

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 29 of file vrpn_Text.h.

Variable Documentation

◆ vrpn_TEXT_NOW

const struct timeval vrpn_TEXT_NOW = {0, 0}

Definition at line 18 of file vrpn_Text.h.

Referenced by vrpn_Text_Sender::send_message().