|
McStas Readout Master 0.3.3
|
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 | |
One Event Formation Unit endpoint for a (detector, readout) pair.
Definition at line 15 of file SenderConfigs.h.
| DetectorType SenderConfig::detector_type {DetectorType::Reserved} |
Definition at line 16 of file SenderConfigs.h.
| std::string SenderConfig::ip_address {} |
Definition at line 18 of file SenderConfigs.h.
| ReadoutType SenderConfig::readout_type {ReadoutType::CAEN} |
Definition at line 17 of file SenderConfigs.h.
| uint16_t SenderConfig::tcp_port {0} |
command port
Definition at line 20 of file SenderConfigs.h.
| uint16_t SenderConfig::udp_port {0} |
event-packet port
Definition at line 19 of file SenderConfigs.h.