Project
Loading...
Searching...
No Matches
o2::framework::ForwardRoute Struct Reference

#include <ForwardRoute.h>

Public Attributes

size_t timeslice
 
size_t maxTimeslices
 
InputSpec matcher
 
std::string channel
 
ForwardingPolicy const * policy
 

Detailed Description

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.

Member Data Documentation

◆ channel

std::string o2::framework::ForwardRoute::channel

Definition at line 30 of file ForwardRoute.h.

◆ matcher

InputSpec o2::framework::ForwardRoute::matcher

Definition at line 29 of file ForwardRoute.h.

◆ maxTimeslices

size_t o2::framework::ForwardRoute::maxTimeslices

Definition at line 28 of file ForwardRoute.h.

◆ policy

ForwardingPolicy const* o2::framework::ForwardRoute::policy

Definition at line 32 of file ForwardRoute.h.

◆ timeslice

size_t o2::framework::ForwardRoute::timeslice

Definition at line 27 of file ForwardRoute.h.


The documentation for this struct was generated from the following file: