Template Struct Converter::ConverterModel

Nested Relationships

This struct is a nested type of Class Converter.

Inheritance Relationships

Base Type

  • public naoqi::converter::Converter::ConverterConcept

Struct Documentation

template<typename T>
struct ConverterModel : public naoqi::converter::Converter::ConverterConcept

templated instances of base concept

Public Functions

inline ConverterModel(const T &other)
inline std::string name() const
inline float frequency() const
inline void reset()
inline void callAll(const std::vector<message_actions::MessageAction> &actions)

Public Members

T converter_