$treeview $search $mathjax $extrastylesheet
artdaq  v3_04_00
$projectbrief
$projectbrief
$searchbox

artdaq::detail::RequestHeader Struct Reference

Header of a RequestMessage. Contains magic bytes for validation and a count of expected RequestPackets. More...

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

List of all members.

Public Member Functions

 RequestHeader ()
 Default Constructor.
bool isValid () const
 Check the magic bytes of the packet.

Public Attributes

uint32_t header
uint32_t packet_count
 The number of RequestPackets in this Request message.
int rank
 Rank of the sender.
uint32_t run_number
 The Run with which this request should be associated.
RequestMessageMode mode
 Communicates additional information to the Request receiver.

Detailed Description

Header of a RequestMessage. Contains magic bytes for validation and a count of expected RequestPackets.

Definition at line 88 of file RequestMessage.hh.


Member Function Documentation

bool artdaq::detail::RequestHeader::isValid (  )  const [inline]

Check the magic bytes of the packet.

Returns:
Whether the correct magic bytes were found

Definition at line 111 of file RequestMessage.hh.


Member Data Documentation

The magic bytes for the request header

Definition at line 91 of file RequestMessage.hh.


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

Generated on 5 Mar 2019 for artdaq by  doxygen 1.6.1