#include <EmergencyLock.h>

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