29 #ifndef _AutonomousDroneController_H__ 30 #define _AutonomousDroneController_H__ 51 virtual void tick(
float dt);
Declaration of the Tickable interface.
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the orxonox library ...
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
Definition: Controller.h:38
The Tickable interface provides a tick(dt) function, that gets called every frame.
Definition: Tickable.h:52
Controller for the AutonomousDrone of the PPS tutorial.
Definition: AutonomousDroneController.h:45