|
void | add (const Msg &msg) |
| add a msg to the container of Manager. Add the new message in the back of the queue. More...
|
|
Msg | get () |
| Get an element from the data container. Get return the element in the front of the queue and suppress it, i.e. return the first element added. More...
|
|
| ManagerBase (std::string type, std::string name, std::string description="") |
| Manager constructor. More...
|
|
void | disconnect_from_ros () |
|
bool | is_initialized () |
|
void | update () |
|
void | add_cb (const shared_ptr< Msg > &msg) |
| The callback function used to process messages from the listened topic. More...
|
|
void | listen_to (const std::string &topic, io type_io=ADD) |
| Connects to a specific topic and listen to it. More...
|
|
size_t | data_size () |
| Returns the number of elements in the data container. More...
|
|
template<typename Msg>
class cafer_core::Manager< Msg, std::deque< Msg > >
Definition at line 265 of file manager.hpp.