![]() |
订阅端注册用结构体 更多...
#include "MsgTopic.hpp"

Public 属性 | |
| Header | header |
| Topic数据协议头 更多... | |
| bool | sendByPack |
| true代表根据包的数量判断,false代表根据字节数判断 更多... | |
| int32_t | maxSend |
| TopicServer针对此订阅端缓存的最大数据量,单位由‘sendByPack’决定,-1表示无限制 更多... | |
| uint32_t | topicArray [MaxTopicNum] |
| 需要订阅的topic,数组中以0作为有效topic的截止 更多... | |
| Header Emx::MsgTopic::SubRegister::header |
| bool Emx::MsgTopic::SubRegister::sendByPack |
| int32_t Emx::MsgTopic::SubRegister::maxSend |
| uint32_t Emx::MsgTopic::SubRegister::topicArray[MaxTopicNum] |