#include <real_zone.h>

Public Member Functions | |
| void | configure () |
| result_t | control (pilot_command_t &pcmd) |
| RealZone (Navigator *navptr, int _verbose) | |
| void | reset (void) |
| ~RealZone () | |
Private Attributes | |
| Halt * | halt |
| VoronoiZone * | voronoi |
Definition at line 18 of file real_zone.h.
| RealZone::RealZone | ( | Navigator * | navptr, | |
| int | _verbose | |||
| ) |
Definition at line 18 of file real_zone.cc.
| RealZone::~RealZone | ( | ) |
Definition at line 25 of file real_zone.cc.
| void RealZone::configure | ( | ) |
| Controller::result_t RealZone::control | ( | pilot_command_t & | pcmd | ) | [virtual] |
Reimplemented from Controller.
Definition at line 42 of file real_zone.cc.
| void RealZone::reset | ( | void | ) | [virtual] |
Reimplemented from Controller.
Definition at line 60 of file real_zone.cc.
Halt* RealZone::halt [private] |
Definition at line 32 of file real_zone.h.
VoronoiZone* RealZone::voronoi [private] |
Definition at line 33 of file real_zone.h.