|
SRS-control 0.1.4
|
Main configuration struct. More...
#include <Configuration.hpp>

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. | |
Main configuration struct.
Definition at line 14 of file Configuration.hpp.
| 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.
| 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.
| 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.
| 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.
| 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.