#include <CentralizedPHDFilterTask.h>

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