camcom 1.0.3
 
Loading...
Searching...
No Matches
camcom::server::GuiConfig Struct Reference

GUI configuration. More...

#include <config.hpp>

Public Attributes

bool start_srv {true}
 
std::string srv_config {}
 
bool auto_restart {true}
 
int restart_timeout {5}
 
std::string log_level {"INFO"}
 
std::string log_file {}
 
double statistics_poll_period {2.0}
 
std::vector< std::string > primary_parameters
 

Detailed Description

GUI configuration.

Member Data Documentation

◆ auto_restart

bool camcom::server::GuiConfig::auto_restart {true}

◆ log_file

std::string camcom::server::GuiConfig::log_file {}

◆ log_level

std::string camcom::server::GuiConfig::log_level {"INFO"}

◆ primary_parameters

std::vector<std::string> camcom::server::GuiConfig::primary_parameters

◆ restart_timeout

int camcom::server::GuiConfig::restart_timeout {5}

◆ srv_config

std::string camcom::server::GuiConfig::srv_config {}

◆ start_srv

bool camcom::server::GuiConfig::start_srv {true}

◆ statistics_poll_period

double camcom::server::GuiConfig::statistics_poll_period {2.0}

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