SRS-control 0.1.4
|
#include <Configuration.hpp>
Public Attributes | |
int | fec_control_local_port = common::FEC_CONTROL_LOCAL_PORT |
int | fec_data_receive_port = common::FEC_DAQ_RECEIVE_PORT |
std::vector< std::string > | remote_fec_ips { std::string{ srs::common::DEFAULT_SRS_IP } } |
Definition at line 7 of file Configuration.hpp.
int srs::Config::fec_control_local_port = common::FEC_CONTROL_LOCAL_PORT |
Definition at line 9 of file Configuration.hpp.
int srs::Config::fec_data_receive_port = common::FEC_DAQ_RECEIVE_PORT |
Definition at line 10 of file Configuration.hpp.
std::vector<std::string> srs::Config::remote_fec_ips { std::string{ srs::common::DEFAULT_SRS_IP } } |
Definition at line 11 of file Configuration.hpp.