My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::util::LabjackMsg Class Reference

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_
 

Member Enumeration Documentation

Enumerate supported commands

Member Data Documentation

unsigned short gcp::util::LabjackMsg::cmdSize_

The size of the command to send.

bool gcp::util::LabjackMsg::expectsResponse_

Whether a response is expected

std::string gcp::util::LabjackMsg::messageToSend_

Command to be issued

unsigned char gcp::util::LabjackMsg::request_

Index pertaining to request types

char gcp::util::LabjackMsg::responseReceived_[DATA_MAX_LEN]

Response Received

float gcp::util::LabjackMsg::responseValue_

Response Value


The documentation for this class was generated from the following file: