artdaq_demo
v3_04_00
|
Struct defining UDP packet used for communicating with data receiver. More...
#include <artdaq-demo/Generators/UDPReceiver.hh>
Public Attributes | |
CommandType | type |
The type of this CommandPacket. | |
uint8_t | dataSize |
How many words of data are in the packet. | |
uint64_t | address |
The destination of the CommandPacket. | |
uint64_t | data [182] |
The data for the CommandPacket. | |
Struct defining UDP packet used for communicating with data receiver.
Definition at line 68 of file UDPReceiver.hh.