#include <rampmode.h>
Public Member Functions | |
virtual void | onScanComplete () |
Called when the scan is complete and there is the need for a new calculation. | |
virtual void | onScanInit () |
Called before starting a scan loop. | |
RampSmooth (numeric factor) | |
virtual void | reset () |
Called when first set. | |
virtual | ~RampSmooth () |
Falcon::RampSmooth::RampSmooth | ( | numeric | factor | ) |
virtual Falcon::RampSmooth::~RampSmooth | ( | ) | [virtual] |
virtual void Falcon::RampSmooth::onScanComplete | ( | ) | [virtual] |
Called when the scan is complete and there is the need for a new calculation.
No need for parameters as mempool, memory sizes and statistics are globally available.
Implements Falcon::RampMode.
virtual void Falcon::RampSmooth::onScanInit | ( | ) | [virtual] |
Called before starting a scan loop.
No need for parameters as mempool, memory sizes and statistics are globally available.
Implements Falcon::RampMode.
virtual void Falcon::RampSmooth::reset | ( | ) | [virtual] |