|
|
| AmbRemoteClient (AbstractIo *io) |
| |
|
void | list (ListCallback cb) |
| |
|
void | get (const std::string &objectName, ObjectCallback cb) |
| |
|
void | get (const std::string &objectName, const std::string &sourceUuid, ObjectCallback cb) |
| |
|
void | get (const std::string &objectName, Zone::Type zone, ObjectCallback cb) |
| |
|
void | get (const std::string &objectName, const std::string &sourceUuid, Zone::Type zone, ObjectCallback cb) |
| |
|
void | set (const std::string &objectName, Object::Ptr value, SetCallback cb) |
| |
|
void | set (const std::string &objectName, Object::Ptr value, const std::string &sourceUuid, Zone::Type zone, SetCallback cb) |
| |
|
const std::string | subscribe (const std::string &objectName, const std::string &sourceUuid, Zone::Type zone, ObjectCallback cb) |
| |
|
void | subscribe (const std::string &objectName, ObjectCallback cb) |
| |
|
void | unsubscribe (const std::string &subscribeId) |
| |
|
| BaseJsonMessageReader (AbstractIo *io) |
| |
|
void | canHasData () |
| |
|
void | closed () |
| |
|
|
double | correctTimeFromServer (double serverTimestamp) |
| |
|
template<class T > |
| void | send (T &msg) |
| |
|
template<class T > |
| void | send (std::shared_ptr< T > msg) |
| |
|
|
std::function< void(void)> | disconnected |
| |
|
std::shared_ptr< AbstractIo > | mIo |
| |
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/automotive-message-broker-0.15/plugins/common/jsonprotocol.h