22 #ifndef ENUMS_ANALOG_HPP 23 #define ENUMS_ANALOG_HPP 60 ANALOG_IN_CHANNEL_1 = 0,
61 ANALOG_IN_CHANNEL_2 = 1
std::string name
The name of the channel.
Definition: analog/enums.hpp:44
The structure of a DMM.
Definition: analog/enums.hpp:43
std::string unit_symbol
Unit symbol.
Definition: analog/enums.hpp:48
std::string id
Channel's id.
Definition: analog/enums.hpp:45
std::string unit_name
Unit of measurement.
Definition: analog/enums.hpp:47
ANALOG_IN_CHANNEL
Indexes of the channels.
Definition: analog/enums.hpp:59
double value
The measured value.
Definition: analog/enums.hpp:46
M2K_RANGE
Range of the signal's amplitude.
Definition: analog/enums.hpp:70