|
| WidebandCorrelator () |
| Default constructor.
|
|
| WidebandCorrelator (const WidebandCorrelator &extension) |
| Copy constructor.
|
|
const WidebandCorrelator & | operator= (const WidebandCorrelator &extension) |
| Assignment operator. More...
|
|
TextInterface::Parser * | get_interface () |
| Return a text interfaces that can be used to access this instance.
|
|
| ~WidebandCorrelator () |
| Destructor.
|
|
WidebandCorrelator * | clone () const |
| Clone method.
|
|
std::string | get_config () const |
| Get the configuration file name.
|
|
void | set_config (const std::string &config) |
|
double | get_tcycle () const |
| Get the tcycle.
|
|
void | set_tcycle (const double _tcycle) |
|
int | get_nrcvr () const |
| Get the number of receiver channels.
|
|
void | set_nrcvr (int _nrcvr) |
|
| Backend (const std::string &ext_name="Backend") |
| Default constructor.
|
|
| Backend (const Backend &) |
| Copy constructor.
|
|
const Backend & | operator= (const Backend &) |
| Operator =.
|
|
std::string | get_short_name () const |
| Return an abbreviated name that can be typed relatively quickly.
|
|
std::string | get_name () const |
| Return the name of the Backend.
|
|
void | set_name (const std::string &name) |
| Set the name of the backend.
|
|
Signal::Hand | get_hand () const |
| Get the hand of the backend.
|
|
void | set_hand (Signal::Hand) |
| Set the hand of the backend.
|
|
Signal::Argument | get_argument () const |
| Get the argument of the backend.
|
|
void | set_argument (Signal::Argument) |
| Set the argument of the backend.
|
|
bool | get_downconversion_corrected () const |
| True if backend has compensated for lower sideband downconversion. More...
|
|
void | set_downconversion_corrected (bool corrected=true) |
| True if backend has compensated for lower sideband downconversion. More...
|
|
bool | get_corrected () const |
| True if backend corrections were applied during calibration. More...
|
|
void | set_corrected (bool corrected=true) |
| True if backend corrections were applied during calibration. More...
|
|
double | get_delay () const |
| Get the delay.
|
|
void | set_delay (const double set_delay) |
| Set the delay.
|
|
| Extension (const char *name) |
| Construct with a name.
|
|
virtual | ~Extension () |
| Destructor.
|
|
std::string | get_extension_name () const |
| Return the name of the Extension.
|
|
virtual bool | has_data () const |
| Returns true if the Extension contains useful data.
|
|
virtual void | resize (unsigned nsubint, unsigned npol=0, unsigned nchan=0, unsigned nbin=0) |
| Resize the Extension.
|
|
virtual void | frequency_append (Archive *to, const Archive *from) |
| Append data along frequency dimension, if applicable.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|