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