naoqidriver
|
Converter concept interface. More...
#include <converter.hpp>
Data Structures | |
struct | ConverterConcept |
struct | ConverterModel |
Public Member Functions | |
template<typename T > | |
Converter (T conv) | |
Constructor for converter interface. More... | |
std::string | name () const |
getting the descriptive name for this converter instance More... | |
float | frequency () const |
getting the assigned frequency of this converter instance More... | |
void | reset () |
void | callAll (const std::vector< message_actions::MessageAction > &actions) |
ros::Duration | lapseTime () const |
Private Attributes | |
ros::Time | before |
ros::Duration | lapse_time |
boost::shared_ptr< ConverterConcept > | convPtr_ |
Friends | |
bool | operator== (const Converter &lhs, const Converter &rhs) |
Converter concept interface.
|
inline |
Constructor for converter interface.
|
inline |
|
inline |
getting the assigned frequency of this converter instance
|
inline |
|
inline |
getting the descriptive name for this converter instance
|
inline |
|
private |
|
private |
|
private |