CARMA C++
|
Concrete class for writing out Correlator Data to a File. More...
#include <carma/pipeline/VisBrickWriterStage.h>
Public Member Functions | |
void | setIsScienceData (bool isScienceData) |
VisBrickWriter (carma::monitor::PipelineSubsystem &monitor) | |
Constructor. More... | |
VisBrickWriter (const std::string &filename, carma::monitor::PipelineSubsystem &monitor) | |
Constructor. More... | |
virtual | ~VisBrickWriter () |
Destructor. More... | |
![]() | |
void | activate () |
Activate this stage. More... | |
void | deactivate () |
Deactivate this stage. More... | |
void | fillMonitorStageStats () |
Write internally stored and calculated stage stats. More... | |
void | fillStageMonitorData () |
Fill per stage monitor data. More... | |
std::string | getName () const |
Get name of stage. More... | |
bool | isStageActive () const |
Is this stage active? More... | |
carma::correlator::lib::CorrelatorDataPtr | postprocessCorrelatorData (carma::correlator::lib::CorrelatorDataPtr cd) |
Postprocess correlator data This is the final processing step for a stage and is called after processing all band data. More... | |
void | preprocessCorrelatorData (const carma::correlator::lib::CorrelatorDataPtr cd) |
Preprocess correlator data. More... | |
void | processCorrelatorBand (carma::correlator::lib::CorrelatorBand *cb) |
Process a single correlator band. More... | |
virtual | ~Stage () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
carma::util::frameType | getDataFrameCount () const |
Get correlator data frame count. More... | |
Stage (carma::monitor::StageStats &stageStats, const std::string &name) | |
Constructor. More... | |
Concrete class for writing out Correlator Data to a File.
Definition at line 31 of file VisBrickWriterStage.h.
carma::pipeline::VisBrickWriter::VisBrickWriter | ( | carma::monitor::PipelineSubsystem & | monitor | ) |
Constructor.
carma::pipeline::VisBrickWriter::VisBrickWriter | ( | const std::string & | filename, |
carma::monitor::PipelineSubsystem & | monitor | ||
) |
Constructor.
|
virtual |
Destructor.