SRS-control 0.1.4
Loading...
Searching...
No Matches
srs::Config Class Reference

Main configuration struct. More...

#include <Configuration.hpp>

Collaboration diagram for srs::Config:

Public Attributes

int fec_control_local_port = common::FEC_CONTROL_LOCAL_PORT
 The port number of the local network that is used for the communication to FECs.
int fec_control_remote_port = common::DEFAULT_SRS_CONTROL_PORT
 The port number of the remote network that is used for the communication to FECs.
int fec_data_receive_port = common::FEC_DAQ_RECEIVE_PORT
 The port number of the local network that is used for reading the data stream from FECs.
std::size_t data_buffer_size = common::LARGE_READ_MSG_BUFFER_SIZE
 The size of data buffer to store the incoming UDP frames.
std::vector< std::string > remote_fec_ips { std::string{ common::DEFAULT_SRS_IP } }
 Remote IP addresses of FECs.

Detailed Description

Main configuration struct.

Definition at line 14 of file Configuration.hpp.

Member Data Documentation

◆ data_buffer_size

std::size_t srs::Config::data_buffer_size = common::LARGE_READ_MSG_BUFFER_SIZE

The size of data buffer to store the incoming UDP frames.

Definition at line 34 of file Configuration.hpp.

◆ fec_control_local_port

int srs::Config::fec_control_local_port = common::FEC_CONTROL_LOCAL_PORT

The port number of the local network that is used for the communication to FECs.

Definition at line 19 of file Configuration.hpp.

◆ fec_control_remote_port

int srs::Config::fec_control_remote_port = common::DEFAULT_SRS_CONTROL_PORT

The port number of the remote network that is used for the communication to FECs.

Definition at line 24 of file Configuration.hpp.

◆ fec_data_receive_port

int srs::Config::fec_data_receive_port = common::FEC_DAQ_RECEIVE_PORT

The port number of the local network that is used for reading the data stream from FECs.

Definition at line 29 of file Configuration.hpp.

◆ remote_fec_ips

std::vector<std::string> srs::Config::remote_fec_ips { std::string{ common::DEFAULT_SRS_IP } }

Remote IP addresses of FECs.

Definition at line 39 of file Configuration.hpp.


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