7 #ifndef __flight_DroneMission_h__ 8 #define __flight_DroneMission_h__ 29 void initialize(
void);
32 virtual void load(
String a_filename);
35 { m_spStateCatalog=a_spStateCatalog; }
37 virtual void start(
void);
39 virtual void stop(
void);
43 virtual void step(Real a_deltaTime);
65 AsCatalog m_asCatalog;
Plan and execute a flight.
Definition: FlightMissionI.h:20
kernel
Definition: namespace.dox:3
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Plan and execute a drone flight.
Definition: DroneMission.h:20
Generalized windowing event.
Definition: WindowEvent.h:43
Automatically reference-counted string container.
Definition: String.h:128
virtual sp< StateCatalog > state(void)
get current StateCatalog
Definition: DroneMission.h:41
Reference to an instance of a Layout.
Definition: RecordSB.h:35
virtual void use(sp< StateCatalog > a_spStateCatalog)
use existing StateCatalog
Definition: DroneMission.h:34