#include <FormUpdate.h>

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