DDS
ver. 3.6
|
#include <Intercom.h>
Public Types | |
typedef boost::signals2::signal< void(const std::string &, const std::string &, uint64_t)> | signal_t |
Public Member Functions | |
CKeyValue (CIntercomService &_service) | |
~CKeyValue () | |
void | putValue (const std::string &_key, const std::string &_value) |
void | subscribe (signal_t::slot_function_type _subscriber) |
void | unsubscribe () |
typedef boost::signals2::signal<void( const std::string& , const std::string& , uint64_t )> dds::intercom_api::CKeyValue::signal_t |
CKeyValue::CKeyValue | ( | CIntercomService & | _service | ) |
CKeyValue::~CKeyValue | ( | ) |
void CKeyValue::putValue | ( | const std::string & | _key, |
const std::string & | _value | ||
) |
void CKeyValue::subscribe | ( | signal_t::slot_function_type | _subscriber | ) |
void CKeyValue::unsubscribe | ( | ) |