A RoutingMasterPolicy which simply assigns Sequence IDs to tokens in the order they were received. More...
Public Member Functions | |
NoOpPolicy (fhicl::ParameterSet ps) | |
NoOpPolicy Constructor. | |
virtual | ~NoOpPolicy () |
Default virtual Destructor. | |
detail::RoutingPacket | GetCurrentTable () override |
Using the tokens received so far, create a Routing Table. |
A RoutingMasterPolicy which simply assigns Sequence IDs to tokens in the order they were received.
Definition at line 10 of file NoOp_policy.cc.
artdaq::NoOpPolicy::NoOpPolicy | ( | fhicl::ParameterSet | ps | ) | [inline, explicit] |
NoOpPolicy Constructor.
ps | ParameterSet used to configure the NoOpPolicy |
NoOpPolicy takes no additional Parameters at this time
Definition at line 19 of file NoOp_policy.cc.
detail::RoutingPacket artdaq::NoOpPolicy::GetCurrentTable | ( | ) | [override, virtual] |
Using the tokens received so far, create a Routing Table.
Implements artdaq::RoutingMasterPolicy.
Definition at line 33 of file NoOp_policy.cc.