Diag-Client-Lib
|
#include <config_parser_type.h>
Public Attributes | |
std::string | udp_ip_address |
std::string | udp_broadcast_address |
std::uint8_t | num_of_conversation |
std::vector< ConversationType > | conversations |
Definition at line 44 of file config_parser_type.h.
std::vector<ConversationType> diag::client::config_parser::DcmClientConfig::conversations |
Definition at line 52 of file config_parser_type.h.
std::uint8_t diag::client::config_parser::DcmClientConfig::num_of_conversation |
Definition at line 50 of file config_parser_type.h.
std::string diag::client::config_parser::DcmClientConfig::udp_broadcast_address |
Definition at line 48 of file config_parser_type.h.
std::string diag::client::config_parser::DcmClientConfig::udp_ip_address |
Definition at line 46 of file config_parser_type.h.
Referenced by diag::client::config_parser::ReadDcmClientConfig().