|
INFM HIL Interface
Interface between Artery simulation and DuTs
|
Message to send to the dummy DuT More...
#include <Message.h>
Public Member Functions | |
| std::string | toJsonString (bool prettyJson=false) |
| void | fromJsonString (std::string const &jsonString) |
| boost::property_tree::ptree | toPropertyTree () |
| void | fromPropertyTree (boost::property_tree::ptree const &pt) |
| std::string | getKey () const |
| Message members. More... | |
| void | setKey (std::string value) |
| std::string | getStatus () const |
| void | setStatus (std::string value) |
Protected Attributes | |
| std::string | m_Key |
| std::string | m_Status |
Message to send to the dummy DuT
| std::string dummy_dut::rest::model::Message::getKey | ( | ) | const |
Message members.
| std::string dummy_dut::rest::model::Message::getStatus | ( | ) | const |