artdaq  v3_07_01
artdaq::detail::RoutingToken Struct Reference

The RoutingToken contains the magic bytes, the rank of the token sender, and the number of slots free. This is a TCP message, so additional verification is not necessary. More...

#include <artdaq/DAQrate/detail/RoutingPacket.hh>

Public Attributes

uint32_t header
 The magic bytes that help validate the RoutingToken.
 
int rank
 The rank from which the RoutingToken came.
 
unsigned new_slots_free
 The number of slots free in the token sender (usually 1)
 
unsigned run_number
 The Run with which this token should be associated.
 

Detailed Description

The RoutingToken contains the magic bytes, the rank of the token sender, and the number of slots free. This is a TCP message, so additional verification is not necessary.

Definition at line 100 of file RoutingPacket.hh.


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