25 #include "cheetah/exporters/SpCclSpeadReaderConfig.h" 33 SpCclSpeadReaderConfig::SpCclSpeadReaderConfig()
34 : BaseT(
"SpeadReader")
35 , _endpoint_config(
"listen")
38 _endpoint_config.address(ska::panda::IpAddress(9027,
"127.0.0.1"));
39 add(_endpoint_config);
43 SpCclSpeadReaderConfig::~SpCclSpeadReaderConfig()
47 void SpCclSpeadReaderConfig::add_options(OptionsDescriptionEasyInit&)
51 panda::IpAddress
const& SpCclSpeadReaderConfig::listen_address()
const 53 return _endpoint_config.address();
56 void SpCclSpeadReaderConfig::endpoint(EndPointType
const& endpoint)
62 typename SpCclSpeadReaderConfig::EndPointType
const& SpCclSpeadReaderConfig::endpoint()
const 65 _endpoint = _endpoint_config.address().end_point<EndPointType>();
70 SpCclSpeadReaderConfig::Engine& SpCclSpeadReaderConfig::engine()
const 73 _engine.reset(
new Engine(_engine_config));
Some limits and constants for FLDO.