#include <Controller.hpp>


Public Member Functions | |
| virtual Status | init (Model const &model)=0 |
| virtual Status | computeCommand (Model const &model, Skill &skill, Vector &gamma)=0 |
| virtual void | dbg (std::ostream &os, std::string const &title, std::string const &prefix) const |
Protected Member Functions | |
| Controller (std::string const &name) | |
Definition at line 34 of file Controller.hpp.
| opspace::Controller::Controller | ( | std::string const & | name | ) | [explicit, protected] |
Definition at line 31 of file Controller.cpp.
Implemented in opspace::ClassicTaskPostureController.
| virtual Status opspace::Controller::computeCommand | ( | Model const & | model, | |
| Skill & | skill, | |||
| Vector & | gamma | |||
| ) | [pure virtual] |
Implemented in opspace::ClassicTaskPostureController.
| virtual void opspace::Controller::dbg | ( | std::ostream & | os, | |
| std::string const & | title, | |||
| std::string const & | prefix | |||
| ) | const [inline, virtual] |
Reimplemented in opspace::ClassicTaskPostureController.
Definition at line 47 of file Controller.hpp.
1.5.4