|
DDS
ver. 3.6
|
Structure holds information of onTaskDone response. More...
#include <ToolsProtocol.h>
Public Member Functions | |
| SOnTaskDoneResponseData () | |
| SOnTaskDoneResponseData (const boost::property_tree::ptree &_pt) | |
| bool | operator== (const SOnTaskDoneResponseData &_val) const |
| Equality operator. More... | |
Public Member Functions inherited from dds::tools_api::SBaseData< T > | |
| std::string | toJSON () const |
| Fill structure into JSON. More... | |
| void | toPT (boost::property_tree::ptree &_pt) const |
| Fill structure into boost's property tree. More... | |
| void | fromPT (const boost::property_tree::ptree &_pt) |
| Init structure from boost's property tree. More... | |
| bool | operator== (const T &_val) const |
| Equality operator. More... | |
| std::string | defaultToString () const |
| Default string representation. More... | |
Public Attributes | |
| uint64_t | m_taskID { 0 } |
| Task ID. More... | |
| uint32_t | m_exitCode { 0 } |
| Exit code. More... | |
| uint32_t | m_signal { 0 } |
| A signal number if the process is killed by/stopped by a signal. More... | |
| std::string | m_host |
| Hostname. More... | |
| std::string | m_wrkDir |
| Working directory. More... | |
| std::string | m_taskPath |
| Task path in the topology. More... | |
Public Attributes inherited from dds::tools_api::SBaseData< T > | |
| requestID_t | m_requestID = 0 |
Friends | |
| std::ostream & | operator<< (std::ostream &_os, const SOnTaskDoneResponseData &_data) |
| Ostream operator. More... | |
Structure holds information of onTaskDone response.
| SOnTaskDoneResponseData::SOnTaskDoneResponseData | ( | ) |
| SOnTaskDoneResponseData::SOnTaskDoneResponseData | ( | const boost::property_tree::ptree & | _pt | ) |
| bool SOnTaskDoneResponseData::operator== | ( | const SOnTaskDoneResponseData & | _val | ) | const |
Equality operator.
|
friend |
Ostream operator.
| uint32_t dds::tools_api::SOnTaskDoneResponseData::m_exitCode { 0 } |
Exit code.
| std::string dds::tools_api::SOnTaskDoneResponseData::m_host |
Hostname.
| uint32_t dds::tools_api::SOnTaskDoneResponseData::m_signal { 0 } |
A signal number if the process is killed by/stopped by a signal.
| uint64_t dds::tools_api::SOnTaskDoneResponseData::m_taskID { 0 } |
Task ID.
| std::string dds::tools_api::SOnTaskDoneResponseData::m_taskPath |
Task path in the topology.
| std::string dds::tools_api::SOnTaskDoneResponseData::m_wrkDir |
Working directory.
1.8.15