vrpn
07.33
Virtual Reality Peripheral Network
|
#include <stddef.h>
#include "vrpn_BaseClass.h"
#include "vrpn_Configure.h"
#include "vrpn_Shared.h"
#include "vrpn_Types.h"
Go to the source code of this file.
Classes | |
class | vrpn_Dial |
class | vrpn_Dial_Example_Server |
struct | _vrpn_DIALCB |
class | vrpn_Dial_Remote |
Typedefs | |
typedef void(VRPN_CALLBACK * | vrpn_DIALCHANGEHANDLER) (void *userdata, const vrpn_DIALCB info) |
Variables | |
const int | vrpn_DIAL_MAX = 128 |
class VRPN_API | vrpn_Connection |
typedef void(VRPN_CALLBACK * vrpn_DIALCHANGEHANDLER) (void *userdata, const vrpn_DIALCB info) |
Definition at line 79 of file vrpn_Dial.h.
class VRPN_API vrpn_Connection |
Definition at line 18 of file vrpn_Dial.h.
const int vrpn_DIAL_MAX = 128 |
Definition at line 9 of file vrpn_Dial.h.
Referenced by vrpn_Dial_Example_Server::vrpn_Dial_Example_Server(), and vrpn_Dial_Remote::vrpn_Dial_Remote().