22 #ifndef GENERICDMM_HPP 23 #define GENERICDMM_HPP 25 #include <libm2k/m2kglobal.hpp> 45 class LIBM2K_API
DMM {
56 virtual void reset() = 0;
64 virtual std::vector<std::string> getAllChannels() = 0;
90 virtual std::vector<libm2k::analog::DMM_READING> readAll() = 0;
98 virtual std::string getName() = 0;
106 #endif //GENERICDMM_HPP The structure of a DMM.
Definition: analog/enums.hpp:43
Controls the digital multimeter.
Definition: dmm.hpp:45