#include <dds_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 |
( |
| ) |
|
◆ m_service
Reference to intercom service. Internally we don't use this object. We store the reference in order to keep the relation between CCustomCmd and CIntercomService.
The documentation for this class was generated from the following files: