ifw-sup  3.0.0-pre3
Public Member Functions | Protected Attributes | List of all members
sup::subsim::common::ReplyConfigData Struct Reference

#include <config.hpp>

Public Member Functions

void SetReplyOk (bool flag)
 
bool GetReplyOk () const
 
void SetDelay (int delay)
 
int GetDelay () const
 
void SetOkMsg (const std::string &msg)
 
std::string GetOkMsg () const
 
void SetErrMsg (const std::string &msg)
 
std::string GetErrMsg () const
 

Protected Attributes

bool m_reply_ok {true}
 
int m_delay {1000}
 
std::string m_ok_msg
 
std::string m_error_msg
 

Member Function Documentation

◆ GetDelay()

int sup::subsim::common::ReplyConfigData::GetDelay ( ) const
inline

◆ GetErrMsg()

std::string sup::subsim::common::ReplyConfigData::GetErrMsg ( ) const
inline

◆ GetOkMsg()

std::string sup::subsim::common::ReplyConfigData::GetOkMsg ( ) const
inline

◆ GetReplyOk()

bool sup::subsim::common::ReplyConfigData::GetReplyOk ( ) const
inline

◆ SetDelay()

void sup::subsim::common::ReplyConfigData::SetDelay ( int  delay)
inline

◆ SetErrMsg()

void sup::subsim::common::ReplyConfigData::SetErrMsg ( const std::string &  msg)
inline

◆ SetOkMsg()

void sup::subsim::common::ReplyConfigData::SetOkMsg ( const std::string &  msg)
inline

◆ SetReplyOk()

void sup::subsim::common::ReplyConfigData::SetReplyOk ( bool  flag)
inline

Member Data Documentation

◆ m_delay

int sup::subsim::common::ReplyConfigData::m_delay {1000}
protected

◆ m_error_msg

std::string sup::subsim::common::ReplyConfigData::m_error_msg
protected

◆ m_ok_msg

std::string sup::subsim::common::ReplyConfigData::m_ok_msg
protected

◆ m_reply_ok

bool sup::subsim::common::ReplyConfigData::m_reply_ok {true}
protected

The documentation for this struct was generated from the following file: