NDEVR
API Documentation
HardwareCommandQueue< t_type >::CommandQueueItem

An item in the command queue containing the command, arguments, and validation regex. More...

Collaboration diagram for HardwareCommandQueue< t_type >::CommandQueueItem:
[legend]

Public Member Functions

void clear ()
 Resets this item to its default empty state.

Public Attributes

String args
 The arguments for the command.
t_type command = t_type(0)
 The command to execute.
String regex
 A regex pattern for validating the command response.

Detailed Description

template<class t_type>
struct HardwareCommandQueue< t_type >::CommandQueueItem

An item in the command queue containing the command, arguments, and validation regex.

Definition at line 85 of file HardwareCommandQueue.h.


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