Structure holds information of submit notification.
More...
#include <dds_intercom.h>
Structure holds information of submit notification.
◆ SSubmit()
◆ fromJSON()
| void SSubmit::fromJSON |
( |
const std::string & |
_json | ) |
|
Init structure from JSON.
- Parameters
-
| [in] | _json | JSON string with structure details. |
◆ fromPT()
| void SSubmit::fromPT |
( |
const boost::property_tree::ptree & |
_pt | ) |
|
Init structure from boost's property tree.
- Parameters
-
| [in] | _pt | Property tree with structure details. |
◆ operator==()
| bool SSubmit::operator== |
( |
const SSubmit & |
_val | ) |
const |
◆ toJSON()
| std::string SSubmit::toJSON |
( |
| ) |
|
Converts structure to JSON.
- Returns
- String with JSON.
◆ m_cfgFilePath
| std::string dds::intercom_api::SSubmit::m_cfgFilePath |
Path to the configuration file.
◆ m_id
| std::string dds::intercom_api::SSubmit::m_id |
ID for communication with DDS commander.
◆ m_nInstances
| uint32_t dds::intercom_api::SSubmit::m_nInstances |
◆ m_wrkPackagePath
| std::string dds::intercom_api::SSubmit::m_wrkPackagePath |
A full path of the agent worker package, which needs to be deployed.
The documentation for this struct was generated from the following files: