7 #ifndef __architecture_ApplicationI_h__ 8 #define __architecture_ApplicationI_h__ 21 virtual void setup(
int a_argc,
char **a_argv,
char** a_env) = 0;
22 virtual bool step(
int &a_returnCode) = 0;
23 virtual bool loop(
int &a_returnCode) = 0;
application framework interface
Definition: ApplicationI.h:16
kernel
Definition: namespace.dox:3
Base for all interfacable components.
Definition: Component.h:20
Per-class participation non-RTTI fallback dynamic casting mechanism.
Definition: Castable.h:192