libm2k
|
Controls the digital multimeter. More...
#include <libm2k/analog/dmm.hpp>
Public Member Functions | |
virtual std::vector< std::string > | getAllChannels ()=0 |
Retrieve all channels. More... | |
virtual libm2k::analog::DMM_READING | readChannel (unsigned int index)=0 |
Retrieve additional information about the given channel. More... | |
virtual libm2k::analog::DMM_READING | readChannel (std::string chn_name)=0 |
Retrieve additional information about the given channel. More... | |
virtual std::vector< libm2k::analog::DMM_READING > | readAll ()=0 |
Retrieve additional information about all channels. More... | |
virtual std::string | getName ()=0 |
Retrieve the device's name. More... | |
Controls the digital multimeter.