|
| | ~CBaseChannelImpl () |
| |
| bool | isHanshakeOK () const |
| |
| EChannelType | getChannelType () const |
| |
| void | setChannelType (EChannelType _channelType) |
| |
| void | start () |
| |
| void | stop () |
| |
| boost::asio::ip::tcp::socket & | socket () |
| |
| template<ECmdType _cmd> |
| void | dequeueMsg () |
| |
| template<ECmdType _cmd, class A > |
| void | accumulativePushMsg (const A &_attachment) |
| |
| template<ECmdType _cmd> |
| void | accumulativePushMsg () |
| |
| template<ECmdType _cmd, class A > |
| void | pushMsg (const A &_attachment) |
| |
| template<ECmdType _cmd> |
| void | pushMsg () |
| |
| template<ECmdType _cmd, class A > |
| void | sendYourself (const A &_attachment) |
| |
| template<ECmdType _cmd> |
| void | sendYourself () |
| |
| void | pushBinaryAttachmentCmd (const std::string &_srcFilePath, const std::string &_fileName, uint16_t _cmdSource) |
| |
| void | pushBinaryAttachmentCmd (const MiscCommon::BYTEVector_t &_data, const std::string &_fileName, uint16_t _cmdSource) |
| |
| void | processBinaryAttachmentStartCmd (SCommandAttachmentImpl< cmdBINARY_ATTACHMENT_START >::ptr_t _attachment) |
| |
| void | processBinaryAttachmentCmd (SCommandAttachmentImpl< cmdBINARY_ATTACHMENT >::ptr_t _attachment) |
| |
| void | registerDisconnectEventHandler (handlerDisconnectEventFunction_t _handler) |
| |
| bool | started () |
| |
| std::string | remoteEndIDString () |
| |
| | CChannelEventsImpl () |
| |
| | ~CChannelEventsImpl () |
| |
| connection_t | subscribeOnEvent (EChannelEvents _type, typename signal_t::slot_function_type _subscriber) |
| |
| void | onEvent (EChannelEvents _type) |
| |
Public Member Functions inherited from dds::protocol_api::CChannelMessageHandlersImpl |
| template<ECmdType _cmd, typename Func > |
| void | registerMessageHandler (Func _handler) |
| |
| template<class... Args> |
| void | dispatchMessageHandlers (ECmdType _cmd, Args &&... args) |
| |
| template<ECmdType _cmd> |
| size_t | getNofMessageHandlers () const |
| |
| | CStatImpl (boost::asio::io_service &_service) |
| |
| SReadStat | getReadStat () const |
| | Return read statistics. More...
|
| |
| SWriteStat | getWriteStat () const |
| | Return write statistics. More...
|
| |
| void | setStatEnabled (bool _statEnabled) |
| | Enable/disable statistics accumulation. More...
|
| |
| void | logReadMessage (CProtocolMessage::protocolMessagePtr_t _message) |
| |
| void | logWriteMessages (const protocolMessagePtrQueue_t &_messageQueue) |
| |