|
naoqidriver
|
#include <converter_base.hpp>
Public Member Functions | |
| BaseConverter (const std::string &name, float frequency, qi::SessionPtr session) | |
| virtual | ~BaseConverter () |
| std::string | name () const |
| float | frequency () const |
Protected Attributes | |
| std::string | name_ |
| float | frequency_ |
| const robot::Robot & | robot_ |
| qi::SessionPtr | session_ |
| bool | record_enabled_ |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
protected |
Frequency at which the converter should turn. This is informative
|
protected |
Function that returns the type of a robot
|
protected |
Enable recording
|
protected |
The type of the robot
|
protected |
Pointer to a session from which we can create proxies
1.8.9.1