![]() |
Meditech control panel software
1.0beta
application C++ firmware for control panel ChipKit PI board
|
#include "CommandProcessor.h"
Public Attributes | |
| char | subcommand [1] |
| char subcommand[1] Contains the last parsed subcommand More... | |
| String | message |
| Command associated message string, used to return messages to the master and sending requests. The string should not be longer than CMD_MSGLEN. More... | |
| int | commandLength |
| The number of characters collected by the last lines read buffer from serial. More... | |
| String | stringValue |
| Returning parameter from the command parser. More... | |
| long | longValue [2] |
| Returning parameter from the command parser The array number of position is the longer number of type parameters in a command. More... | |
| int | intValue [2] |
| Returning parameter from the command parser The array number of position is the longer number of type parameters in a command. More... | |
| float | floatValue [2] |
| Returning parameter from the command parser The array number of position is the longer number of type parameters in a command. More... | |
| float | booleanValue |
| Returning parameter from the command parser. More... | |
Definition at line 79 of file CommandProcessor.h.
| float parseCommand::booleanValue |
Returning parameter from the command parser.
Definition at line 107 of file CommandProcessor.h.
| int parseCommand::commandLength |
The number of characters collected by the last lines read buffer from serial.
Definition at line 90 of file CommandProcessor.h.
Referenced by checkSerial(), and parser().
| float parseCommand::floatValue[2] |
Returning parameter from the command parser The array number of position is the longer number of type parameters in a command.
Definition at line 105 of file CommandProcessor.h.
| int parseCommand::intValue[2] |
Returning parameter from the command parser The array number of position is the longer number of type parameters in a command.
Definition at line 101 of file CommandProcessor.h.
Referenced by parser().
| long parseCommand::longValue[2] |
Returning parameter from the command parser The array number of position is the longer number of type parameters in a command.
Definition at line 97 of file CommandProcessor.h.
| String parseCommand::message |
Command associated message string, used to return messages to the master and sending requests. The string should not be longer than CMD_MSGLEN.
Definition at line 86 of file CommandProcessor.h.
Referenced by ackMaster(), appendResponse(), and parser().
| String parseCommand::stringValue |
Returning parameter from the command parser.
Definition at line 93 of file CommandProcessor.h.
Referenced by parser().
| char parseCommand::subcommand[1] |
char subcommand[1] Contains the last parsed subcommand
Definition at line 82 of file CommandProcessor.h.
Referenced by parser().