atMETEO
An ATmega based weather station
Classes | Namespaces | Enumerations
sensor.h File Reference

Sensors::Sensor is the base class for sensor specific data decoding. More...

#include <inttypes.h>
#include <stdlib.h>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sensors::Sensor< TSensor >
 Base class for sensor implementations. More...
 

Namespaces

 Sensors
 Namespace containing all symbols of the Sensors library.
 

Enumerations

enum  Sensors::SensorStatus : uint8_t { Sensors::SensorStatus::Complete = 0, Sensors::SensorStatus::Incomplete, Sensors::SensorStatus::TooMuchData, Sensors::SensorStatus::InvalidData }
 Sensor status returned from Sensor::setData() and Sensor::addByte(). More...
 

Detailed Description

Sensors::Sensor is the base class for sensor specific data decoding.