|
My Project
|
Public Types | |
| enum | MsgType { GPIB_CNT_MSG, GPIB_DEV_MSG, CONNECT } |
Public Types inherited from gcp::util::GenericTaskMsg | |
| enum | GenericMsgType { HEARTBEAT, STOP, RESTART, TASK_SPECIFIC, LAST } |
Public Attributes | |
| unsigned char | cmd_ [100] |
| bool | expectsResponse_ |
| GPIB_RESPONSE_HANDLER * | responseHandler_ |
| CondVar * | condVar_ |
| void * | retVal_ |
| MsgType | type_ |
Public Attributes inherited from gcp::util::GenericTaskMsg | |
| GenericMsgType | genericMsgType_ |