McStas Readout Master 0.3.3
Loading...
Searching...
No Matches
SenderConfig Struct Reference

One Event Formation Unit endpoint for a (detector, readout) pair. More...

#include <SenderConfigs.h>

Public Member Functions

auto operator<=> (const SenderConfig &) const =default
 

Public Attributes

DetectorType detector_type {DetectorType::Reserved}
 
ReadoutType readout_type {ReadoutType::CAEN}
 
std::string ip_address {}
 
uint16_t udp_port {0}
 event-packet port
 
uint16_t tcp_port {0}
 command port
 

Detailed Description

One Event Formation Unit endpoint for a (detector, readout) pair.

Definition at line 15 of file SenderConfigs.h.

Member Data Documentation

◆ detector_type

DetectorType SenderConfig::detector_type {DetectorType::Reserved}

Definition at line 16 of file SenderConfigs.h.

◆ ip_address

std::string SenderConfig::ip_address {}

Definition at line 18 of file SenderConfigs.h.

◆ readout_type

ReadoutType SenderConfig::readout_type {ReadoutType::CAEN}

Definition at line 17 of file SenderConfigs.h.

◆ tcp_port

uint16_t SenderConfig::tcp_port {0}

command port

Definition at line 20 of file SenderConfigs.h.

◆ udp_port

uint16_t SenderConfig::udp_port {0}

event-packet port

Definition at line 19 of file SenderConfigs.h.


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