4#include "config/xf-config.h"
11#include "xf/interface/dispatcher.h"
83 static void initialize(
int timeInterval = 10,
int argc = 0,
char * argv[] =
nullptr);
120void XF_initialize(
int timeInterval);
Static class grouping the basic methods for the XF together.
Definition: xf.h:73
static bool isInitialized_
Changes from false to true after calling method initialize(int). Used to handle multiple calls to ini...
Definition: xf.h:107
static bool isRunning()
Returns true in case the XF is initialized and running.
Definition: xf.cpp:129
static int execOnce()
Definition: xf.cpp:123
static void initialize(int timeInterval=10, int argc=0, char *argv[]=nullptr)
Definition: xf.cpp:95
static bool isRunning_
Tells if the XF is initialized and running.
Definition: xf.h:108
static int exec()
Definition: xf.cpp:111