|
| T::weakConnectionPtr_t | getWeakPtr (T *_client) |
| |
| T::weakConnectionPtrVector_t | getChannels (std::function< bool(typename T::connectionPtr_t, bool &)> _condition=nullptr) |
| |
| template<ECmdType _cmd, class AttachmentType > |
| void | broadcastMsg (const AttachmentType &_attachment, std::function< bool(typename T::connectionPtr_t, bool &)> _condition=nullptr) |
| |
| template<ECmdType _cmd, class AttachmentType > |
| void | accumulativeBroadcastMsg (const AttachmentType &_attachment, std::function< bool(typename T::connectionPtr_t, bool &)> _condition=nullptr) |
| |
| template<ECmdType _cmd> |
| void | broadcastSimpleMsg (std::function< bool(typename T::connectionPtr_t, bool &)> _condition=nullptr) |
| |
| void | broadcastBinaryAttachmentCmd (const MiscCommon::BYTEVector_t &_data, const std::string &_fileName, uint16_t _cmdSource, std::function< bool(typename T::connectionPtr_t, bool &)> _condition=nullptr) |
| |
| size_t | countNofChannels (std::function< bool(typename T::connectionPtr_t, bool &)> _condition=nullptr) |
| |
template<class T, class A>
class dds::protocol_api::CConnectionManagerImpl< T, A >
Base class for connection managers.