a

Dependencies:   mbed mbed-rtos

Embed: (wiki syntax)

« Back to documentation index

CConverterSpline< NrBreak, NOrd > Class Template Reference

CConverterSpline< NrBreak, NOrd > Class Template Reference

A converter based on the set of break point and the multiple polynomial function. More...

#include <converters.hpp>

Inherits controllers::IConverter.


Detailed Description

template<uint8_t NrBreak, uint8_t NOrd>
class controllers::CConverterSpline< NrBreak, NOrd >

A converter based on the set of break point and the multiple polynomial function.

Template Parameters:
NrBreakNumber of the break.
NOrdDegree of the polynomial converter.

Definition at line 50 of file converters.hpp.