artdaq  v3_02_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)
 

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 98 of file RoutingPacket.hh.


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