#include </home/runner/work/mars_lib/mars_lib/source/mars/include/mars/sensors/empty/empty_measurement_type.h>
◆ EmptyMeasurementType()
mars::EmptyMeasurementType::EmptyMeasurementType |
( |
const double & |
value | ) |
|
|
inline |
25 {
26 }
double value_
Definition empty_measurement_type.h:22
◆ get_csv_state_header_string()
static std::string mars::EmptyMeasurementType::get_csv_state_header_string |
( |
| ) |
|
|
inlinestatic |
29 {
30 std::stringstream os;
31 os << "t, ";
32 os << "value";
33
34 return os.str();
35 }
◆ to_csv_string()
std::string mars::EmptyMeasurementType::to_csv_string |
( |
const double & |
timestamp | ) |
const |
|
inline |
38 {
39 std::stringstream os;
40 os.precision(17);
41 os << timestamp;
42
44
45 return os.str();
46 }
◆ value_
double mars::EmptyMeasurementType::value_ |
The documentation for this class was generated from the following file: