#include <stop_area.h>

| Public Member Functions | |
| result_t | control (pilot_command_t &pcmd) | 
| void | reset (void) | 
| StopArea (Navigator *navptr, int _verbose) | |
| ~StopArea () | |
| Private Member Functions | |
| void | reset_me (void) | 
| Private Attributes | |
| bool | in_safety_area | 
Definition at line 15 of file stop_area.h.
| StopArea::StopArea | ( | Navigator * | navptr, | 
| int | _verbose | ||
| ) | 
Definition at line 18 of file stop_area.cc.
Definition at line 24 of file stop_area.cc.
| Controller::result_t StopArea::control | ( | pilot_command_t & | pcmd | ) |  [virtual] | 
Reimplemented from Controller.
Definition at line 34 of file stop_area.cc.
| void StopArea::reset | ( | void | ) |  [virtual] | 
Reimplemented from Controller.
Definition at line 59 of file stop_area.cc.
| void StopArea::reset_me | ( | void | ) |  [private, virtual] | 
Reimplemented from Controller.
Definition at line 66 of file stop_area.cc.
| bool StopArea::in_safety_area  [private] | 
Definition at line 27 of file stop_area.h.