#include <converter_base.hpp>
| Public Member Functions | |
| BaseConverter (const std::string &name, float frequency, qi::SessionPtr session) | |
| float | frequency () const | 
| std::string | name () const | 
| virtual | ~BaseConverter () | 
| Protected Attributes | |
| float | frequency_ | 
| std::string | name_ | 
| bool | record_enabled_ | 
| const robot::Robot & | robot_ | 
| qi::SessionPtr | session_ | 
Definition at line 40 of file converter_base.hpp.
| 
 | inline | 
Definition at line 44 of file converter_base.hpp.
| 
 | inlinevirtual | 
Definition at line 52 of file converter_base.hpp.
| 
 | inline | 
Definition at line 59 of file converter_base.hpp.
| 
 | inline | 
Definition at line 54 of file converter_base.hpp.
| 
 | protected | 
Frequency at which the converter should turn. This is informative
Definition at line 68 of file converter_base.hpp.
| 
 | protected | 
Definition at line 65 of file converter_base.hpp.
| 
 | protected | 
Enable recording
Definition at line 76 of file converter_base.hpp.
| 
 | protected | 
The type of the robot
Definition at line 70 of file converter_base.hpp.
| 
 | protected | 
Pointer to a session from which we can create proxies
Definition at line 73 of file converter_base.hpp.