INFM HIL Interface
Interface between Artery simulation and DuTs
Public Member Functions | Protected Attributes | List of all members
dummy_dut::rest::model::Message Class Reference

Message to send to the dummy DuT More...

#include <Message.h>

Inheritance diagram for dummy_dut::rest::model::Message:
dummy_dut::rest::messages::MessageWithTimestamp

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
 

Detailed Description

Message to send to the dummy DuT

Member Function Documentation

◆ getKey()

std::string dummy_dut::rest::model::Message::getKey ( ) const

Message members.

◆ getStatus()

std::string dummy_dut::rest::model::Message::getStatus ( ) const


The documentation for this class was generated from the following files: