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