#include <Intercom.h>
|
| typedef boost::signals2::signal< void(const std::string &, const std::string &, uint64_t)> | signal_t |
| |
| typedef boost::signals2::signal< void(const std::string &)> | replySignal_t |
| |
◆ replySignal_t
◆ signal_t
◆ CCustomCmd()
◆ ~CCustomCmd()
| CCustomCmd::~CCustomCmd |
( |
| ) |
|
◆ send()
| void CCustomCmd::send |
( |
const std::string & |
_command, |
|
|
const std::string & |
_condition |
|
) |
| |
◆ subscribe()
| void CCustomCmd::subscribe |
( |
signal_t::slot_function_type |
_subscriber | ) |
|
◆ subscribeOnReply()
| void CCustomCmd::subscribeOnReply |
( |
replySignal_t::slot_function_type |
_subscriber | ) |
|
◆ unsubscribe()
| void CCustomCmd::unsubscribe |
( |
| ) |
|
The documentation for this class was generated from the following files: