RflySimSDK v3.05
RflySimSDK说明文档
载入中...
搜索中...
未找到
vrpnMsgCallbackEntry结构体 参考

Description of a callback entry for a user type. 更多...

#include <vrpn_Connection.h>

+ vrpnMsgCallbackEntry 的协作图:

Public 属性

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

详细描述

Description of a callback entry for a user type.

待办事项
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.

类成员变量说明

◆ handler

vrpn_MESSAGEHANDLER handler

Routine to call

◆ next

Next handler

◆ sender

vrpn_int32 sender

Only if from sender

◆ userdata

void* userdata

Passed along


该结构体的文档由以下文件生成: