1 #ifndef GCP_UTIL_LSTHERMAL_H
2 #define GCP_UTIL_LSTHERMAL_H
10 #include "gcp/util/common/GpibUsbDevice.h"
25 LsThermal(std::string port,
bool doSpawn=
false);
42 std::string queryDataLog();
55 std::vector<float> parseRegularResponse(std::string responseString,
int numValues=1);
64 #endif // End #ifndef GCP_UTIL_LSTHERMAL_H
LsThermal(bool doSpawn=false)
Definition: LsThermal.cc:14
std::vector< float > requestAnalogOutput(int monitorNumber)
Definition: LsThermal.cc:58
Definition: GpibUsbDevice.h:22
virtual ~LsThermal()
Definition: LsThermal.cc:21
Definition: GpibUsbController.h:53
Definition: LsThermal.h:17
void resetModule()
Definition: LsThermal.cc:75
std::vector< float > requestMonitor(int monitorNumber=-1)
Definition: LsThermal.cc:26