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. | |
| 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.
| naoqi::event::Event::Event | ( | T | event | ) | [inline] |
| void naoqi::event::Event::isDumping | ( | bool | state | ) | [inline] |
| void naoqi::event::Event::isPublishing | ( | bool | state | ) | [inline] |
| void naoqi::event::Event::isRecording | ( | bool | state | ) | [inline] |
| void naoqi::event::Event::resetPublisher | ( | ros::NodeHandle & | nh | ) | [inline] |
| void naoqi::event::Event::resetRecorder | ( | boost::shared_ptr< naoqi::recorder::GlobalRecorder > | gr | ) | [inline] |
| void naoqi::event::Event::setBufferDuration | ( | float | duration | ) | [inline] |
| void naoqi::event::Event::startProcess | ( | ) | [inline] |
| void naoqi::event::Event::stopProcess | ( | ) | [inline] |
| void naoqi::event::Event::writeDump | ( | const ros::Time & | time | ) | [inline] |
boost::shared_ptr<EventConcept> naoqi::event::Event::eventPtr_ [private] |