|
enum | MsgType {
START_DATAFRAME,
DISPATCH_DATAFRAME,
PACK_BOLO_DATAFRAME,
CONNECT,
FEATURE,
DIO_MSG
} |
|
enum | GenericMsgType {
HEARTBEAT,
STOP,
RESTART,
TASK_SPECIFIC,
LAST
} |
|
Enumerate supported message types.
void gcp::mediator::ScannerMsg::packConnectMsg |
( |
| ) |
|
|
inline |
Method to pack a message to send a data frame.
void gcp::mediator::ScannerMsg::packDispatchDataFrameMsg |
( |
| ) |
|
|
inline |
Method to pack a message to dispatch a data frame.
void gcp::mediator::ScannerMsg::packFeatureMsg |
( |
unsigned |
seq, |
|
|
unsigned |
mode, |
|
|
unsigned |
mask |
|
) |
| |
|
inline |
Method to pack a message to set a feature bitmask
void gcp::mediator::ScannerMsg::packPackBoloDataFrameMsg |
( |
| ) |
|
|
inline |
Method to pack a message to pack a bolometer data frame
void gcp::mediator::ScannerMsg::packStartDataFrameMsg |
( |
| ) |
|
|
inline |
Method to pack a message to send a data frame.
MsgType gcp::mediator::ScannerMsg::type |
The documentation for this class was generated from the following file: