fetcher 0.0.0
A command line utility for reading sensor data over I2C and providing it over stdout.
SensorContext Struct Reference

#include <sensor_api.h>

Data Fields

void * data
 
size_t size
 

Detailed Description

Provides an interface for the sensor to store operations between context.

Field Documentation

◆ data

void* SensorContext::data

The sensor context itself. 'size' bytes of memory for this must be allocated by the user.

◆ size

size_t SensorContext::size

The size of the sensor context data in bytes.


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