Manually operated data source. More...
#include <user_source.h>
Public Member Functions | |
void | operator() (const Outputs &... out) |
Manually inject data and pass it to the connected sinks. More... | |
Additional Inherited Members |
Manually operated data source.
This data source behaves like a function object and can be called to pass data to its sinks. It is mostly useful to connect a filter pipeline to foreign data sources. Even though its technically possible to use a UserSource object as callback for a ROS subscriber, the specialized Subscriber sources have additional functionality and are easier to set up.
Definition at line 55 of file user_source.h.
void fkie_message_filters::UserSource< Outputs >::operator() | ( | const Outputs &... | out | ) |
Manually inject data and pass it to the connected sinks.
out
data\filterthrow
Definition at line 48 of file user_source_impl.h.