#include <KbHitTask.h>

Public Member Functions | |
| KbHitTask (ResourcePointers resources, int argc, const char *argv[]) | |
| Constructor. | |
| ~KbHitTask () | |
| Destructor. | |
| TaskPlate | getPlate () const |
| Get task plate (mandatory), it must be defined for all implemented task. | |
| Time | getMaxDuration () |
| Get maxSamplPeriod, maximum allowed time period between two calls of a run. | |
| Time | getMaxSamplPeriod () |
| Get minSamplPeriod, minimum allowed time period between two calls of a run. | |
| Time | getMinSamplPeriod () |
| Get minSamplPeriod, minimum allowed time period between two calls of a run. | |
| TaskOutputs | run () |
| Run. | |
| MipTasks::KbHitTask::KbHitTask | ( | ResourcePointers | resources, | |
| int | argc, | |||
| const char * | argv[] | |||
| ) |
Constructor.
| MipTasks::KbHitTask::~KbHitTask | ( | ) |
Destructor.
| TaskPlate MipTasks::KbHitTask::getPlate | ( | ) | const [inline, virtual] |
| Time MipTasks::KbHitTask::getMaxDuration | ( | ) | [inline, virtual] |
Get maxSamplPeriod, maximum allowed time period between two calls of a run.
Implements MipTasks::Task.
| Time MipTasks::KbHitTask::getMaxSamplPeriod | ( | ) | [inline, virtual] |
Get minSamplPeriod, minimum allowed time period between two calls of a run.
Implements MipTasks::Task.
| Time MipTasks::KbHitTask::getMinSamplPeriod | ( | ) | [inline, virtual] |
Get minSamplPeriod, minimum allowed time period between two calls of a run.
Implements MipTasks::Task.
| TaskOutputs MipTasks::KbHitTask::run | ( | void | ) | [virtual] |
1.5.6