![]() |
flux sdk
v01.02.02-5-g550ff88
Embedded C++ SDK
|
#include "flxCore.h"#include "flxCoreDevice.h"#include "flxSerial.h"#include <memory>#include <string.h>#include <string>#include <vector>Classes | |
| class | flxFlux |
| class | flxApplication |
Macros | |
| #define | kDefaultAppClassName "SFE-FLUX-APPLICATION" |
Functions | |
| flxFlux & | flux_get (void) |
| void | flux_add (flxAction &theAction) |
| void | flux_add (flxAction *theAction) |
| void | flux_add (flxDevice &theDevice) |
| void | flux_add (flxDevice *theDevice) |
| void | flux_add (flxApplication &theApp) |
| void | flux_add (flxApplication *theApp) |
Variables | |
| flxFlux & | flux |
| #define kDefaultAppClassName "SFE-FLUX-APPLICATION" |
| void flux_add | ( | flxAction & | theAction | ) |
| void flux_add | ( | flxAction * | theAction | ) |
| void flux_add | ( | flxApplication & | theApp | ) |
| void flux_add | ( | flxApplication * | theApp | ) |
| void flux_add | ( | flxDevice & | theDevice | ) |
| void flux_add | ( | flxDevice * | theDevice | ) |
| flxFlux & flux_get | ( | void | ) |
|
extern |