artdaq  v2_03_02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Attributes | List of all members
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/Application/Routing/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: