1 #ifndef GCP_UTIL_DLPUSBTHERMALMSG_H
2 #define GCP_UTIL_DLPUSBTHERMALMSG_H
13 #include "gcp/util/common/CondVar.h"
14 #include "gcp/util/common/SerialClient.h"
15 #include "gcp/util/common/SpawnableTask.h"
16 #include "gcp/util/common/GenericTaskMsg.h"
17 #include "gcp/util/common/TimeOut.h"
18 #include "gcp/control/code/unix/libunix_src/specific/specificregs.h"
22 #define DATA_MAX_LEN 200
68 float responseValueVec_[NUM_TEMP_SENSORS];
unsigned char request_
Definition: DlpUsbThermalMsg.h:47
Request
Definition: DlpUsbThermalMsg.h:34
bool expectsResponse_
Definition: DlpUsbThermalMsg.h:62
float responseValue_
Definition: DlpUsbThermalMsg.h:67
char responseReceived_[DATA_MAX_LEN]
Definition: DlpUsbThermalMsg.h:57
unsigned short cmdSize_
Definition: DlpUsbThermalMsg.h:73
std::string messageToSend_
Definition: DlpUsbThermalMsg.h:52
Definition: DlpUsbThermalMsg.h:27