Object Hunt  v0.2
Hunts for a not specified object in an unknown environment
Public Attributes | List of all members
Revolution::Response Struct Reference

Revolution response. More...

#include <ObjectHuntDefinitions.h>

Public Attributes

uint32_t id
 Identifier. More...
 
int32_t count_front_left
 Count of the front left revolution sensor. More...
 
int32_t count_front_right
 Count of the front right revolution sensor. More...
 
int32_t count_rear_left
 Count of the rear left revolution sensor. More...
 
int32_t count_rear_right
 Count of the rear right revolution sensor. More...
 

Detailed Description

Revolution response.

The base process will answer to each valid revolution request with a response of this type.

Member Data Documentation

◆ count_front_left

int32_t Revolution::Response::count_front_left

Count of the front left revolution sensor.

Each full revolution of the regarding wheel is represented by 20 steps.

◆ count_front_right

int32_t Revolution::Response::count_front_right

Count of the front right revolution sensor.

Each full revolution of the regarding wheel is represented by 20 steps.

◆ count_rear_left

int32_t Revolution::Response::count_rear_left

Count of the rear left revolution sensor.

Each full revolution of the regarding wheel is represented by 20 steps.

◆ count_rear_right

int32_t Revolution::Response::count_rear_right

Count of the rear right revolution sensor.

Each full revolution of the regarding wheel is represented by 20 steps.

◆ id

uint32_t Revolution::Response::id

Identifier.

Is used to map a response to the regarding request. Will be the same identifier as in the respecting request.


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