Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_direction_vector Struct Reference

Data type to describe a direction vector. More...

#include <sol-types.h>

Data Fields

double max
 Maximum value of a coordinate for all axis. More...
 
double min
 Minimum value of a coordinate for all axis. More...
 
double x
 X coordinate. More...
 
double y
 Y coordinate. More...
 
double z
 Z coordinate. More...
 

Detailed Description

Data type to describe a direction vector.

Examples:
/src/samples/iio+network/iio-gyroscope-console-and-mqtt-publish.c.

Field Documentation

double sol_direction_vector::max

Maximum value of a coordinate for all axis.

Examples:
/src/samples/flow/c-api/find-type.c.

Referenced by show_resolved_type().

double sol_direction_vector::min

Minimum value of a coordinate for all axis.

Examples:
/src/samples/flow/c-api/find-type.c.

Referenced by show_resolved_type().

double sol_direction_vector::x
double sol_direction_vector::y
double sol_direction_vector::z

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