#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. | |
RampLoose () | |
virtual | ~RampLoose () |
Falcon::RampLoose::RampLoose | ( | ) | [inline] |
virtual Falcon::RampLoose::~RampLoose | ( | ) | [virtual] |
virtual void Falcon::RampLoose::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::RampLoose::onScanInit | ( | ) | [virtual] |
Called before starting a scan loop.
No need for parameters as mempool, memory sizes and statistics are globally available.
Implements Falcon::RampMode.