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