MipTasks::UavHeightControl Class Reference
[Uav Controllers]

Performs height control. More...

#include <UavHeightControl.h>

Inheritance diagram for MipTasks::UavHeightControl:

MipTasks::Task MIPObject

List of all members.

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.


Detailed Description

Performs height control.

Author:
Lorenzo Rosa

Constructor & Destructor Documentation

MipTasks::UavHeightControl::UavHeightControl ( ResourcePointers  resources,
int  argc,
const char *  argv[] 
)

Constructor.

The UAV is a mandatory resource of this task

MipTasks::UavHeightControl::~UavHeightControl (  ) 

Destructor.


Member Function Documentation

TaskPlate MipTasks::UavHeightControl::getPlate (  )  const [inline, virtual]

Gets task plate (mandatory).

Note:
It must be defined for all implemented task.

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]

Run function.

Implements MipTasks::Task.


The documentation for this class was generated from the following files:

Generated on Mon Feb 20 07:01:14 2017 for MIP by  doxygen 1.5.6