Skyward boardcore
Loading...
Searching...
No Matches
Boardcore::checkIfProduces< T, ExpectedDataType > Struct Template Reference

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...

#include <Sensor.h>

Inheritance diagram for Boardcore::checkIfProduces< T, ExpectedDataType >:
Collaboration diagram for Boardcore::checkIfProduces< T, ExpectedDataType >:

Detailed Description

template<class T, class ExpectedDataType>
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.

Definition at line 41 of file Sensor.h.


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