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