|
My Project
|
Public Types | |
| enum | Request { INVALID, SET_DATA_TYPE, SET_UNITS, QUERY_TEMP, QUERY_VOLTAGE, QUERY_ALL_TEMP, QUERY_ALL_VOLT } |
Public Attributes | |
| unsigned char | request_ |
| std::string | messageToSend_ |
| char | responseReceived_ [DATA_MAX_LEN] |
| bool | expectsResponse_ |
| float | responseValue_ |
| float | responseValueVec_ [NUM_TEMP_SENSORS] |
| unsigned short | cmdSize_ |
Enumerate supported commands
| unsigned short gcp::util::DlpUsbThermalMsg::cmdSize_ |
The size of the command to send.
| bool gcp::util::DlpUsbThermalMsg::expectsResponse_ |
Whether a response is expected
| std::string gcp::util::DlpUsbThermalMsg::messageToSend_ |
Command to be issued
| unsigned char gcp::util::DlpUsbThermalMsg::request_ |
Index pertaining to request types
| char gcp::util::DlpUsbThermalMsg::responseReceived_[DATA_MAX_LEN] |
Response Received
| float gcp::util::DlpUsbThermalMsg::responseValue_ |
Response Value