Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Public Member Functions | |
panda::IpAddress const & | send_address () const |
unsigned | packet_size () const |
: the size of UDP packet to send | |
data::CandidateWindowConfig const & | window_config () const |
: Getter for window config | |
void | window_config (data::CandidateWindowConfig &window_config) |
: Setter for the candidate window config | |
float | send_rate_limit () const |
Limit the data send rate in bytes per-second. More... | |
![]() | |
Config (std::string module_name) | |
void | terminate () const |
call for notifiers to indicate a termination condition More... | |
Protected Member Functions | |
void | add_options (OptionsDescriptionEasyInit &add_options) override |
Additional Inherited Members | |
![]() | |
typedef System | SystemType |
typedef panda::PoolManager< SystemType > | PoolManagerType |
typedef PoolManagerType::PoolType | PoolType |
Definition at line 40 of file SpCclSpeadStreamerConfig.h.
float ska::cheetah::exporters::SpCclSpeadStreamerConfig::send_rate_limit | ( | ) | const |
Limit the data send rate in bytes per-second.
You may need to do this where the kernel buffer sizes are limited to avoid dropped packets
Definition at line 73 of file SpCclSpeadStreamerConfig.cpp.