Public Member Functions | |
EventModel (const T &other) | |
void | isDumping (bool state) |
void | isPublishing (bool state) |
void | isRecording (bool state) |
void | resetPublisher (ros::NodeHandle &nh) |
void | resetRecorder (boost::shared_ptr< naoqi::recorder::GlobalRecorder > gr) |
void | setBufferDuration (float duration) |
void | startProcess () |
void | stopProcess () |
void | writeDump (const ros::Time &time) |
Public Attributes | |
T | converter_ |
templated instances of base concept
naoqi::event::Event::EventModel< T >::EventModel | ( | const T & | other | ) | [inline] |
void naoqi::event::Event::EventModel< T >::isDumping | ( | bool | state | ) | [inline, virtual] |
Implements naoqi::event::Event::EventConcept.
void naoqi::event::Event::EventModel< T >::isPublishing | ( | bool | state | ) | [inline, virtual] |
Implements naoqi::event::Event::EventConcept.
void naoqi::event::Event::EventModel< T >::isRecording | ( | bool | state | ) | [inline, virtual] |
Implements naoqi::event::Event::EventConcept.
void naoqi::event::Event::EventModel< T >::resetPublisher | ( | ros::NodeHandle & | nh | ) | [inline, virtual] |
Implements naoqi::event::Event::EventConcept.
void naoqi::event::Event::EventModel< T >::resetRecorder | ( | boost::shared_ptr< naoqi::recorder::GlobalRecorder > | gr | ) | [inline, virtual] |
Implements naoqi::event::Event::EventConcept.
void naoqi::event::Event::EventModel< T >::setBufferDuration | ( | float | duration | ) | [inline, virtual] |
Implements naoqi::event::Event::EventConcept.
void naoqi::event::Event::EventModel< T >::startProcess | ( | ) | [inline, virtual] |
Implements naoqi::event::Event::EventConcept.
void naoqi::event::Event::EventModel< T >::stopProcess | ( | ) | [inline, virtual] |
Implements naoqi::event::Event::EventConcept.
void naoqi::event::Event::EventModel< T >::writeDump | ( | const ros::Time & | time | ) | [inline, virtual] |
Implements naoqi::event::Event::EventConcept.
T naoqi::event::Event::EventModel< T >::converter_ |