SEPIA
Software documentation for the APEX SEPIA receivers
|
Virtual class to run mixer operations in parallel. More...
#include <cartridge.h>
Public Member Functions | |
SisRunnable (Cartridge *parent, Mixer::Polarization pol, Mixer::Element sis) | |
virtual void | run ()=0 |
Run method needs to be implemented by all derived classes. | |
Virtual class to run mixer operations in parallel.
This runnable is for performing operations which are separate for the mixer elements of one polarization. It allows you to run the operation in parallel on both mixer elements in each polarizations. Inherited by BiasSetter, CoilSetter, IVscanner and Demagnetizer.
SisRunnable::SisRunnable | ( | Cartridge * | parent, |
Mixer::Polarization | pol, | ||
Mixer::Element | sis | ||
) |
parent | pointer to the parent object |
pol | the Mixer::Polarization of the mixer |
sis | the Mixer::Element of the mixer |