mcx::utils::CommandLineArgs
less than a minute
mcx::utils::CommandLineArgs
Public Attributes
| Name | |
|---|---|
| int | system_type |
| SystemMode | system_mode |
| std::string | log_path |
| std::string | config_path |
| std::string | app_version |
| std::string | lib_version |
| comm::ConnectionData | conn_data |
| int | error_level |
Public Attributes Documentation
variable system_type
int system_type;
variable system_mode
SystemMode system_mode;
variable log_path
std::string log_path;
variable config_path
std::string config_path;
variable app_version
std::string app_version;
variable lib_version
std::string lib_version;
variable conn_data
comm::ConnectionData conn_data;
variable error_level
int error_level;
Updated on 2022-04-05 at 16:21:27 +0200