Converter concept interface. More...
#include <event.hpp>
Classes | |
| struct | EventConcept |
| struct | EventModel |
Public Member Functions | |
| template<typename T > | |
| Event (T event) | |
| Constructor for converter interface. More... | |
| 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) |
Private Attributes | |
| boost::shared_ptr< EventConcept > | eventPtr_ |
Converter concept interface.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |