|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
#include <ObjectHuntDefinitions.h>
Public Attributes | |
| uint32_t | id |
| Identifier. More... | |
| float | value |
| The speed value. More... | |
Speed response.
The base process will answer to each valid value request with a response of this type.
| uint32_t Speed::Response::id |
Identifier.
Is used to map a response to the regarding request. Will be the same identifier as in the respecting request.
| float Speed::Response::value |
The speed value.
Represents the las calculated speed value in centimeters per second.
1.8.13