vrpn 07.35
Virtual Reality Peripheral Network
Loading...
Searching...
No Matches
vrpnMsgCallbackEntry Struct Reference

Description of a callback entry for a user type. More...

#include <vrpn_Connection.h>

Collaboration diagram for vrpnMsgCallbackEntry:

Public Attributes

vrpn_MESSAGEHANDLER handler
 Routine to call.
 
void * userdata
 Passed along.
 
vrpn_int32 sender
 Only if from sender.
 
vrpnMsgCallbackEntrynext
 Next handler.
 

Detailed Description

Description of a callback entry for a user type.

Todo:
HACK These structs must be declared outside of vrpn_Connection (although we'd like to make them protected/private members) because aCC on PixelFlow doesn't handle nested classes correctly.

Definition at line 227 of file vrpn_Connection.h.

Member Data Documentation

◆ handler

◆ next

◆ sender

vrpn_int32 vrpnMsgCallbackEntry::sender

◆ userdata


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