SEPIA
Software documentation for the APEX SEPIA receivers
PolRunnable Class Referenceabstract

Virtual class to run a mixer operations in parallel. More...

#include <cartridge.h>

Inheritance diagram for PolRunnable:
Collaboration diagram for PolRunnable:

Public Member Functions

 PolRunnable (Cartridge *parent, Mixer::Polarization pol)
 Constructor. More...
 
virtual void run ()=0
 Run method needs to be implemented by all derived classes.
 

Detailed Description

Virtual class to run a mixer operations in parallel.

This runnable is for performing operations which are in common for both mixer elements of one polarization. It allows you to run the operation in parallel on both polarizations. Inherited by Defluxer.

Constructor & Destructor Documentation

◆ PolRunnable()

PolRunnable::PolRunnable ( Cartridge parent,
Mixer::Polarization  pol 
)

Constructor.

Parameters
parentpointer to the parent object
polthe Mixer::Polarization of the mixer

The documentation for this class was generated from the following files: