#include <ConnectionManager.h>
|
| CAgentChannel ::weakConnectionPtr_t | getWeakPtr (CAgentChannel *_client) |
| |
| CAgentChannel ::weakConnectionPtrVector_t | getChannels (std::function< bool(typename CAgentChannel ::connectionPtr_t, bool &)> _condition=nullptr) |
| |
| void | broadcastMsg (const AttachmentType &_attachment, std::function< bool(typename CAgentChannel ::connectionPtr_t, bool &)> _condition=nullptr) |
| |
| void | accumulativeBroadcastMsg (const AttachmentType &_attachment, std::function< bool(typename CAgentChannel ::connectionPtr_t, bool &)> _condition=nullptr) |
| |
| void | broadcastSimpleMsg (std::function< bool(typename CAgentChannel ::connectionPtr_t, bool &)> _condition=nullptr) |
| |
| void | broadcastBinaryAttachmentCmd (const MiscCommon::BYTEVector_t &_data, const std::string &_fileName, uint16_t _cmdSource, std::function< bool(typename CAgentChannel ::connectionPtr_t, bool &)> _condition=nullptr) |
| |
| size_t | countNofChannels (std::function< bool(typename CAgentChannel ::connectionPtr_t, bool &)> _condition=nullptr) |
| |
◆ CConnectionManager()
| CConnectionManager::CConnectionManager |
( |
const SOptions_t & |
_options | ) |
|
◆ ~CConnectionManager()
| CConnectionManager::~CConnectionManager |
( |
| ) |
|
◆ _createInfoFile()
| void CConnectionManager::_createInfoFile |
( |
const std::vector< size_t > & |
_ports | ) |
const |
◆ _deleteInfoFile()
| void CConnectionManager::_deleteInfoFile |
( |
| ) |
const |
◆ _start()
| void CConnectionManager::_start |
( |
| ) |
|
◆ _stop()
| void CConnectionManager::_stop |
( |
| ) |
|
◆ newClientCreated()
The documentation for this class was generated from the following files: