Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
configurable parameters for the rcpt More...
#include <cheetah/rcpt_low/Config.h>
Public Types | |
typedef panda::ProcessingEngine | Engine |
![]() | |
typedef System | SystemType |
typedef panda::PoolManager< SystemType > | PoolManagerType |
typedef PoolManagerType::PoolType | PoolType |
Public Member Functions | |
boost::asio::ip::udp::endpoint | remote_end_point () const |
geters and setters for the UDP connection (IP address and port or remote peer) | |
void | remote_end_point (boost::asio::ip::udp::endpoint const &endpoint) |
Engine & | engine () const |
unsigned | spectra_per_chunk () const |
return the number of time samples in a chunk | |
void | spectra_per_chunk (unsigned samples) |
setthe number of time samples in a chunk | |
unsigned | number_of_channels () const |
return the number of channels in a chunk | |
void | number_of_channels (unsigned samples) |
setthe number of channels in a chunk NOTE that this has to correspond to the number actually being sent | |
std::size_t | max_buffers () const |
return the maximum number of UDP packet buffers to use 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 |
std::size_t ska::cheetah::rcpt_low::Config::max_buffers | ( | ) | const |
return the maximum number of UDP packet buffers to use
must be at least 1
Definition at line 93 of file Config.cpp.