vrpn  07.33
Virtual Reality Peripheral Network
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. More...
 
void * userdata
 Passed along. More...
 
vrpn_int32 sender
 Only if from sender. More...
 
vrpnMsgCallbackEntrynext
 Next handler. More...
 

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 174 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: