ControllerConcept< T > Struct Template Reference#include <controller_concept.hpp>
Detailed Descriptiontemplate<class T>
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef controller_model_type<T>::type model_type |
Definition at line 46 of file controller_concept.hpp.
Member Function Documentation
| void constraints | ( | ) |
| static void enable | ( | T & | controller, | |
| bool | enable_state | |||
| ) | [static] |
Definition at line 56 of file controller_concept.hpp.
| static void monitor | ( | T & | controller, | |
| F | setter | |||
| ) | [static] |
Definition at line 50 of file controller_concept.hpp.
Member Data Documentation
| bool b |
Definition at line 65 of file controller_concept.hpp.
| boost::function<void (const typename controller_model_type<T>::type&)> f |
Definition at line 66 of file controller_concept.hpp.
| T* t |
Definition at line 64 of file controller_concept.hpp.

