|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
Ultra sonic measurement request. More...
#include <ObjectHuntDefinitions.h>
Public Attributes | |
| uint32_t | id |
| Identifier. More... | |
| uint8_t | pad__ |
| Padding byte. More... | |
| uint8_t | res0__ |
| Padding/ reserve byte. More... | |
| uint8_t | res1__ |
| Padding/ reserve byte. More... | |
| uint8_t | devices |
| The devices which will be triggered by the request. More... | |
Ultra sonic measurement request.
The base process will conduct ultra sonic measurements based on requests of this type.
| uint8_t UltraSonic::Request::devices |
The devices which will be triggered by the request.
The four LSB represent each one ultra sonic sensor. Please see the namespace UltraSonic::Device for possible values.
| uint32_t UltraSonic::Request::id |
Identifier.
Is used to map a response to the regarding request. Has to be maintained by the requesting process.
| uint8_t UltraSonic::Request::pad__ |
Padding byte.
| uint8_t UltraSonic::Request::res0__ |
Padding/ reserve byte.
| uint8_t UltraSonic::Request::res1__ |
Padding/ reserve byte.
1.8.13