#include <Driver.h>

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