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

Sensors::RfDevice is the base template for RF receivers connecting Demodulator, Bit Decoder and Sensor. More...

#include "demodulator.h"
#include "bitdecoder.h"
#include "sensor.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sensors::RfDevice< TDemodulator, TBitDecoder, TSensor, TBitLength >
 Connects Demodulator, Bit Decoder and Sensor for decoding sensor data from RF receivers. More...
 

Namespaces

 Sensors
 Namespace containing all symbols of the Sensors library.
 

Enumerations

enum  Sensors::RfDeviceStatus : uint8_t { Sensors::RfDeviceStatus::Complete = 0, Sensors::RfDeviceStatus::Incomplete, Sensors::RfDeviceStatus::InvalidData }
 RfDevice status returned from RfDevice::addPulseWidth(). More...
 

Detailed Description

Sensors::RfDevice is the base template for RF receivers connecting Demodulator, Bit Decoder and Sensor.