SEPIA
Software documentation for the APEX SEPIA receivers
|
Virtual class to run a mixer operations in parallel. More...
#include <cartridge.h>
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. | |
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.
PolRunnable::PolRunnable | ( | Cartridge * | parent, |
Mixer::Polarization | pol | ||
) |
Constructor.
parent | pointer to the parent object |
pol | the Mixer::Polarization of the mixer |