|
TinyRobotics
|
Holds a parsed TinyRobotics message of the correct type. More...
#include <MessageParser.h>

Public Attributes | |
| MessageValueType | type |
| Indicates which union member is valid. | |
| union { | |
| Message< float > floatMsg | |
| Message< Coordinate< float > > coordMsg | |
| Message< GPSCoordinate > gpsMsg | |
| }; | |
Holds a parsed TinyRobotics message of the correct type.
The type field indicates which member of the union is valid after parsing. Used as an output parameter for MessageParser::parse().
| MessageValueType type |
Indicates which union member is valid.