5 #ifndef __DDS__TestChannel__ 6 #define __DDS__TestChannel__ 17 CTestChannel(boost::asio::io_service& _service, uint64_t _protocolHeaderID)
20 registerHandler<protocol_api::EChannelEvents::OnRemoteEndDissconnected>(
23 <<
"] has closed the connection.";
26 registerHandler<protocol_api::EChannelEvents::OnHandshakeOK>(
39 void setOptions(const
SOptions& _options)
Definition: BaseEventHandlersImpl.h:48
#define REGISTER_DEFAULT_REMOTE_ID_STRING
Definition: BaseChannelImpl.h:171
dds-getlog's container of options
Definition: dds-test/src/Options.h:23
Definition: TestChannel.h:15
Definition: ProtocolDef.h:19
std::shared_ptr< SEmptyCmd > ptr_t
Definition: CommandAttachmentImpl.h:66
Definition: ProtocolCommands.h:30
#define LOG(severity)
Definition: Logger.h:54
Definition: ProtocolCommands.h:59
Definition: ProtocolCommands.h:33
Definition: dds-agent/src/AgentConnectionManager.h:18
on_cmdSIMPLE_MSG MESSAGE_HANDLER(cmdSHUTDOWN, on_cmdSHUTDOWN) MESSAGE_HANDLER(cmdPROGRESS
BEGIN_MSG_MAP(CTestChannel) MESSAGE_HANDLER(cmdSIMPLE_MSG
Definition: BaseChannelImpl.h:41
boost::asio::ip::tcp::socket & socket()
Definition: BaseChannelImpl.h:304
on_cmdSIMPLE_MSG on_cmdPROGRESS END_MSG_MAP() void setOptions(const SOptions &_options)
Definition: TestChannel.h:37