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