![]() |
Project
|
#include <ForwardRoute.h>
Public Attributes | |
size_t | timeslice |
size_t | maxTimeslices |
InputSpec | matcher |
std::string | channel |
ForwardingPolicy const * | policy |
This uniquely identifies a route to be forwarded by the device if the InputSpec matcher matches an input which should also go to channel
Definition at line 26 of file ForwardRoute.h.
std::string o2::framework::ForwardRoute::channel |
Definition at line 30 of file ForwardRoute.h.
InputSpec o2::framework::ForwardRoute::matcher |
Definition at line 29 of file ForwardRoute.h.
size_t o2::framework::ForwardRoute::maxTimeslices |
Definition at line 28 of file ForwardRoute.h.
ForwardingPolicy const* o2::framework::ForwardRoute::policy |
Definition at line 32 of file ForwardRoute.h.
size_t o2::framework::ForwardRoute::timeslice |
Definition at line 27 of file ForwardRoute.h.