The Channel class serves as a data struct to store sensor channel parameter. More...
#include <sensorgroup.h>
Public Attributes | |
std::string | chName |
double | conversionFactor |
bool | conversionNeeded |
std::string | dataType |
The Channel class serves as a data struct to store sensor channel parameter.
Definition at line 24 of file sensorgroup.h.
std::string Channel::chName |
Unique identifier of a sensor channel.
Definition at line 26 of file sensorgroup.h.
double Channel::conversionFactor |
Conversion factor to SI units
Definition at line 30 of file sensorgroup.h.
bool Channel::conversionNeeded |
Can this channel value be converted to SI units?
Definition at line 29 of file sensorgroup.h.
std::string Channel::dataType |
Datatype of the sensor channel output
Definition at line 27 of file sensorgroup.h.