Lugovtsov/project/Device.cpp

8 lines
114 B
C++
Raw Normal View History

2022-10-31 14:07:36 +03:00
#include "Device.hpp"
2022-11-01 14:52:12 +03:00
void Generator::update() {
std::string response = query(m_channel + ":BSWV?");
2022-10-31 14:07:36 +03:00
2022-11-01 14:52:12 +03:00
}