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_drange_spec Struct Reference

Data type describing a spec for Double ranges. More...

#include <sol-types.h>

Data Fields

double max
 Range maximum value. More...
 
double min
 Range minimum value. More...
 
double step
 Range step. More...
 

Detailed Description

Data type describing a spec for Double ranges.

A range spec is composed by the range limits and step.

Field Documentation

double sol_drange_spec::max

Range maximum value.

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

Referenced by show_resolved_type().

double sol_drange_spec::min

Range minimum value.

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

Referenced by show_resolved_type().

double sol_drange_spec::step

Range step.

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

Referenced by show_resolved_type().


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