class EBusLoop: basics for command polling added.

This commit is contained in:
Roland Jax
2014-10-07 22:15:56 +02:00
parent 1f15ebd0ee
commit e770f94038
4 changed files with 34 additions and 8 deletions
+1 -1
View File
@@ -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)