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

Telemetry / monitoring configuration. More...

#include <config.hpp>

Public Attributes

bool enabled {true}
 
double sampling_period {2.0}
 
bool disable_during_acquisition {false}
 
bool disable_during_recording {false}
 
bool sample_read_only_pars {true}
 
std::vector< std::string > parameters
 
int history_depth {100}
 

Detailed Description

Telemetry / monitoring configuration.

Member Data Documentation

◆ disable_during_acquisition

bool camcom::server::TelemetryConfig::disable_during_acquisition {false}

◆ disable_during_recording

bool camcom::server::TelemetryConfig::disable_during_recording {false}

◆ enabled

bool camcom::server::TelemetryConfig::enabled {true}

◆ history_depth

int camcom::server::TelemetryConfig::history_depth {100}

◆ parameters

std::vector<std::string> camcom::server::TelemetryConfig::parameters

◆ sample_read_only_pars

bool camcom::server::TelemetryConfig::sample_read_only_pars {true}

◆ sampling_period

double camcom::server::TelemetryConfig::sampling_period {2.0}

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