#include <ClearingTask.h>
Public Member Functions | |
ClearingTask (ResourcePointers resources, int argc, const char *argv[]) | |
Constructor. | |
~ClearingTask () | |
Destructor. | |
TaskPlate | getPlate () const |
Gets task plate (mandatory). | |
Time | getMaxDuration () |
Gets maxSamplPeriod, maximum allowed time period between two calls of a run. | |
Time | getMaxSamplPeriod () |
Gets minSamplPeriod, minimum allowed time period between two calls of a run. | |
Time | getMinSamplPeriod () |
Gets minSamplPeriod, minimum allowed time period between two calls of a run. | |
TaskOutputs | run () |
Run function. |
MipTasks::ClearingTask::ClearingTask | ( | ResourcePointers | resources, | |
int | argc, | |||
const char * | argv[] | |||
) |
Constructor.
MipTasks::ClearingTask::~ClearingTask | ( | ) |
Destructor.
TaskPlate MipTasks::ClearingTask::getPlate | ( | ) | const [inline, virtual] |
Gets task plate (mandatory).
Implements MipTasks::Task.
Time MipTasks::ClearingTask::getMaxDuration | ( | ) | [inline, virtual] |
Gets maxSamplPeriod, maximum allowed time period between two calls of a run.
Implements MipTasks::Task.
Time MipTasks::ClearingTask::getMaxSamplPeriod | ( | ) | [inline, virtual] |
Gets minSamplPeriod, minimum allowed time period between two calls of a run.
Implements MipTasks::Task.
Time MipTasks::ClearingTask::getMinSamplPeriod | ( | ) | [inline, virtual] |
Gets minSamplPeriod, minimum allowed time period between two calls of a run.
Implements MipTasks::Task.
TaskOutputs MipTasks::ClearingTask::run | ( | void | ) | [virtual] |