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

Orientation response. More...

#include <ObjectHuntDefinitions.h>

Public Attributes

uint32_t id
 Identifier. More...
 
float xyz [3]
 XYZ data array. More...
 

Detailed Description

Orientation response.

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

Member Data Documentation

◆ id

uint32_t Orientation::Response::id

Identifier.

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

◆ xyz

float Orientation::Response::xyz[3]

XYZ data array.

The X field (xyz[0]) contains the heading of the car. The Y field (xyz[1]) contains the roll of the car. The Z field (xyz[2]) contains the pitch of hte car.


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