#include <zone.h>

Public Member Functions | |
| void | configure () |
| result_t | control (pilot_command_t &pcmd) |
| void | reset (void) |
| Zone (Navigator *navptr, int _verbose) | |
| ~Zone () | |
Private Member Functions | |
| void | set_heading (pilot_command_t &pcmd) |
Private Attributes | |
| Safety * | safety |
| float | zone_speed_limit |
Definition at line 17 of file zone.h.
| Controller::result_t Zone::control | ( | pilot_command_t & | pcmd | ) | [virtual] |
Reimplemented from Controller.
| void Zone::reset | ( | void | ) | [virtual] |
Reimplemented from Controller.
| void Zone::set_heading | ( | pilot_command_t & | pcmd | ) | [private] |
Safety* Zone::safety [private] |
float Zone::zone_speed_limit [private] |