Simple passthrough filter. What comes in goes out immediately. More...
#include <pass_through.h>

Public Types | |
| typedef ros::MessageEvent< M const > | EventType |
| typedef boost::shared_ptr< M const > | MConstPtr |
Public Member Functions | |
| void | add (const MConstPtr &msg) |
| void | add (const EventType &evt) |
| template<class F > | |
| void | connectInput (F &f) |
| PassThrough () | |
| template<typename F > | |
| PassThrough (F &f) | |
Private Member Functions | |
| void | cb (const EventType &evt) |
Private Attributes | |
| Connection | incoming_connection_ |
Additional Inherited Members |
Simple passthrough filter. What comes in goes out immediately.
Definition at line 48 of file pass_through.h.
| typedef ros::MessageEvent<M const> message_filters::PassThrough< M >::EventType |
Definition at line 52 of file pass_through.h.
| typedef boost::shared_ptr<M const> message_filters::PassThrough< M >::MConstPtr |
Definition at line 51 of file pass_through.h.
|
inline |
Definition at line 54 of file pass_through.h.
|
inline |
Definition at line 59 of file pass_through.h.
|
inline |
Definition at line 71 of file pass_through.h.
|
inline |
Definition at line 76 of file pass_through.h.
|
inlineprivate |
Definition at line 82 of file pass_through.h.
|
inline |
Definition at line 65 of file pass_through.h.
|
private |
Definition at line 87 of file pass_through.h.