SRS-control
0.1.4
Loading...
Searching...
No Matches
Configuration.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
srs/utils/CommonDefitions.hpp
>
4
5
namespace
srs
6
{
7
struct
Config
8
{
9
int
fec_control_local_port
=
common::FEC_CONTROL_LOCAL_PORT
;
10
int
fec_data_receive_port
=
common::FEC_DAQ_RECEIVE_PORT
;
11
std::vector<std::string>
remote_fec_ips
{ std::string{
srs::common::DEFAULT_SRS_IP
} };
12
};
13
}
// namespace srs
CommonDefitions.hpp
srs::common::FEC_CONTROL_LOCAL_PORT
static constexpr int FEC_CONTROL_LOCAL_PORT
Definition
CommonDefitions.hpp:39
srs::common::DEFAULT_SRS_IP
constexpr auto DEFAULT_SRS_IP
Definition
CommonDefitions.hpp:16
srs::common::FEC_DAQ_RECEIVE_PORT
constexpr auto FEC_DAQ_RECEIVE_PORT
Definition
CommonDefitions.hpp:38
srs
Definition
Application.cpp:11
srs::Config
Definition
Configuration.hpp:8
srs::Config::fec_data_receive_port
int fec_data_receive_port
Definition
Configuration.hpp:10
srs::Config::remote_fec_ips
std::vector< std::string > remote_fec_ips
Definition
Configuration.hpp:11
srs::Config::fec_control_local_port
int fec_control_local_port
Definition
Configuration.hpp:9
backend
srs
devices
Configuration.hpp
Impressum
Datenschutzerklärung
Generated by
1.14.0