Skyward boardcore
Loading...
Searching...
No Matches
Sensor.h File Reference
#include <miosix.h>
#include <array>
#include <memory>
#include <type_traits>
#include "SensorData.h"
Include dependency graph for Sensor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Boardcore::checkIfProduces< T, ExpectedDataType >
 Check that a given type has a method called getData() and that the return type of this method is a subclass of the expected data type. More...
 
class  Boardcore::AbstractSensor
 Base abstract class for sensor drivers. More...
 
class  Boardcore::Sensor< Data >
 Base sensor class with has to be extended by any sensor driver. More...
 
class  Boardcore::SensorFIFO< Data, FifoSize >
 Interface for sensor that implement a FIFO. More...
 

Namespaces

namespace  Boardcore
 This file includes all the types the logdecoder script will decode.