Structure holds information of init notification.
More...
#include <dds_intercom.h>
|
| std::string | m_id |
| | ID for communication with DDS commander. More...
|
| |
Structure holds information of init notification.
◆ SInit()
◆ fromJSON()
| void SInit::fromJSON |
( |
const std::string & |
_json | ) |
|
Init structure from JSON.
- Parameters
-
| [in] | _json | JSON string with structure details. |
◆ fromPT()
| void SInit::fromPT |
( |
const boost::property_tree::ptree & |
_pt | ) |
|
Init structure from boost's property tree.
- Parameters
-
| [in] | _pt | Property tree with structure details. |
◆ operator==()
| bool SInit::operator== |
( |
const SInit & |
_val | ) |
const |
◆ toJSON()
| std::string SInit::toJSON |
( |
| ) |
|
Converts structure to JSON.
- Returns
- String with JSON.
◆ m_id
| std::string dds::intercom_api::SInit::m_id |
ID for communication with DDS commander.
The documentation for this struct was generated from the following files: