#include <TwoDofController.h>
Public Member Functions | |
virtual bool | getParameter ()=0 |
virtual void | reset ()=0 |
void | setErrorPrefix (const std::string &_error_prefix) |
virtual void | setup ()=0 |
virtual double | update (double _x, double _xd)=0 |
virtual | ~TwoDofControllerInterface () |
Protected Attributes | |
std::string | error_prefix |
Definition at line 19 of file TwoDofController.h.
virtual TwoDofControllerInterface::~TwoDofControllerInterface | ( | ) | [inline, virtual] |
Definition at line 21 of file TwoDofController.h.
virtual bool TwoDofControllerInterface::getParameter | ( | ) | [pure virtual] |
Implemented in TwoDofController, TwoDofControllerDynamicsModel, and TwoDofControllerPDModel.
virtual void TwoDofControllerInterface::reset | ( | ) | [pure virtual] |
Implemented in TwoDofController, TwoDofControllerDynamicsModel, and TwoDofControllerPDModel.
void TwoDofControllerInterface::setErrorPrefix | ( | const std::string & | _error_prefix | ) |
Definition at line 14 of file TwoDofController.cpp.
virtual void TwoDofControllerInterface::setup | ( | ) | [pure virtual] |
Implemented in TwoDofController, TwoDofControllerDynamicsModel, and TwoDofControllerPDModel.
virtual double TwoDofControllerInterface::update | ( | double | _x, |
double | _xd | ||
) | [pure virtual] |
Implemented in TwoDofController, TwoDofControllerDynamicsModel, and TwoDofControllerPDModel.
std::string TwoDofControllerInterface::error_prefix [protected] |
Definition at line 28 of file TwoDofController.h.