MAV'RIC
Public Member Functions
Flight_command_source Class Reference

Interface for things that can provide flight control commands autonomously. More...

#include <flight_command_source.hpp>

Inheritance diagram for Flight_command_source:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool write_flight_command (Flight_controller &flight_controller) const =0
 Provides control commands to the flight controller.

Detailed Description

Interface for things that can provide flight control commands autonomously.


Member Function Documentation

virtual bool Flight_command_source::write_flight_command ( Flight_controller flight_controller) const [pure virtual]

Provides control commands to the flight controller.

Returns:
success

Implemented in Mission_planner, Mission_handler_landing, Mission_handler_navigating, Mission_handler_hold_position, Mission_handler_takeoff, Mission_handler_on_ground, and Mission_handler_manual.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines