a

Dependencies:   mbed mbed-rtos

Embed: (wiki syntax)

« Back to documentation index

IController< T > Class Template Reference

IController< T > Class Template Reference

General interface class for the controller. More...

#include <pidcontroller.hpp>

Inherited by CPidController< T >.


Detailed Description

template<class T>
class controllers::siso::IController< T >

General interface class for the controller.

Template Parameters:
Ttype of the variables (float, double)

Definition at line 20 of file pidcontroller.hpp.