class EBusLoop: basics for command polling added.
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
static const char* AreaNames[Size_of_Areas] = { "bas", "net", "bus", };
|
||||
static const char* AreaNames[Size_of_Areas] = { "bas", "net", "bus" };
|
||||
static const char* LevelNames[Size_of_Level] = { "error", "event", "trace", "debug" };
|
||||
|
||||
int calcAreas(const std::string areas)
|
||||
|
||||
Reference in New Issue
Block a user