6 #ifndef __DDS__API__CAgentChannel__ 7 #define __DDS__API__CAgentChannel__ 13 namespace internal_api
28 SSyncHelper* m_syncHelper;
34 CAgentChannel(boost::asio::io_service& _service, uint64_t _protocolHeaderID = 0);
36 std::string _remoteEndIDString()
52 uint16_t m_connectionAttempts;
Definition: BaseEventHandlersImpl.h:48
Definition: dds-intercom-lib/src/AgentChannel.h:17
std::shared_ptr< SEmptyCmd > ptr_t
Definition: CommandAttachmentImpl.h:66
Definition: ProtocolCommands.h:30
Definition: ProtocolCommands.h:33
BEGIN_MSG_MAP(CAgentChannel) MESSAGE_HANDLER(cmdSIMPLE_MSG
#define END_MSG_MAP()
Definition: BaseChannelImpl.h:134
Definition: dds-agent/src/AgentConnectionManager.h:18
Definition: ProtocolCommands.h:66
void reconnectAgentWithErrorHandler(const std::function< void(const std::string &)> &callback)
Definition: dds-intercom-lib/src/AgentChannel.cpp:36
on_cmdSIMPLE_MSG MESSAGE_HANDLER(cmdSHUTDOWN, on_cmdSHUTDOWN) MESSAGE_HANDLER(cmdCUSTOM_CMD
Definition: BaseChannelImpl.h:41