Documentation
Tools for embedded systems
|
A FIS Output object. More...
#include <fis.hpp>
Public Member Functions | |
output ()=default | |
virtual | ~output () |
bool | storeAggregatedRegion (real_t *xData, real_t *yData, const size_t n) noexcept |
template<size_t numberOfPoints> | |
bool | storeAggregatedRegion (real_t(&xData)[numberOfPoints], real_t(&yData)[numberOfPoints]) noexcept |
Public Member Functions inherited from qlibs::fis::ioBase | |
virtual | ~ioBase () |
ioBase ()=default | |
A FIS Output object.
The instance should be initialized using the instance::setupOutput() method.
|
default |
|
inlinevirtual |