TestCHORDTelescope¶
-
class TestCHORDTelescope : public kotekan::Stage¶
An example consumer stage to build and print a CHORD Telescope.
- Buffers
in_bufThe buffer to process the contents of.Format: any
Metadata:
any
Public Functions
-
TestCHORDTelescope(kotekan::Config &config, const std::string &unique_name, kotekan::bufferContainer &buffer_container)¶
Constructor for the stage Note: you can use the macro STAGE_CONSTRUCTOR(ExampleConsumer) if your constructor does not need additional customisation and you wish to hide the complexity.
-
virtual ~TestCHORDTelescope()¶
Deconstructor - what happens when Kotekan shuts down.
-
virtual void main_thread() override¶
Framework managed pthread.