#include <do_nothing.h>

Public Member Functions | |
| void | configure () |
| result_t | control (pilot_command_t &pcmd) |
| DoNothing (Navigator *navptr, int _verbose) | |
| void | reset (void) |
| ~DoNothing () | |
Definition at line 15 of file do_nothing.h.
| DoNothing::DoNothing | ( | Navigator * | navptr, | |
| int | _verbose | |||
| ) |
Definition at line 16 of file do_nothing.cc.
| DoNothing::~DoNothing | ( | ) |
Definition at line 21 of file do_nothing.cc.
| void DoNothing::configure | ( | ) |
| Controller::result_t DoNothing::control | ( | pilot_command_t & | pcmd | ) | [virtual] |
Reimplemented from Controller.
Definition at line 29 of file do_nothing.cc.
| void DoNothing::reset | ( | void | ) | [virtual] |
Reimplemented from Controller.
Definition at line 36 of file do_nothing.cc.