DDS
ver. 3.6
|
Structure holds information of submit notification. More...
#include <Intercom.h>
Public Member Functions | |
SSubmit () | |
Default constructor. More... | |
std::string | toJSON () |
Converts structure to JSON. More... | |
void | fromJSON (const std::string &_json) |
Init structure from JSON. More... | |
void | fromPT (const boost::property_tree::ptree &_pt) |
Init structure from boost's property tree. More... | |
bool | operator== (const SSubmit &_val) const |
Equality operator. More... | |
Public Attributes | |
uint32_t | m_nInstances |
A number of instances. More... | |
uint32_t | m_slots |
A number of task slots. More... | |
std::string | m_cfgFilePath |
Path to the configuration file. More... | |
std::string | m_id |
ID for communication with DDS commander. More... | |
std::string | m_wrkPackagePath |
A full path of the agent worker package, which needs to be deployed. More... | |
Structure holds information of submit notification.
SSubmit::SSubmit | ( | ) |
Default constructor.
void SSubmit::fromJSON | ( | const std::string & | _json | ) |
Init structure from JSON.
[in] | _json | JSON string with structure details. |
void SSubmit::fromPT | ( | const boost::property_tree::ptree & | _pt | ) |
Init structure from boost's property tree.
[in] | _pt | Property tree with structure details. |
bool SSubmit::operator== | ( | const SSubmit & | _val | ) | const |
Equality operator.
std::string SSubmit::toJSON | ( | ) |
Converts structure to JSON.
std::string dds::intercom_api::SSubmit::m_cfgFilePath |
Path to the configuration file.
std::string dds::intercom_api::SSubmit::m_id |
ID for communication with DDS commander.
uint32_t dds::intercom_api::SSubmit::m_nInstances |
A number of instances.
uint32_t dds::intercom_api::SSubmit::m_slots |
A number of task slots.
std::string dds::intercom_api::SSubmit::m_wrkPackagePath |
A full path of the agent worker package, which needs to be deployed.