table driven xml parsing state machine, remove global state variables

This commit is contained in:
Sascha Ittner
2018-02-26 12:41:28 +01:00
parent 4a4223e3d8
commit 1c1c313309
6 changed files with 649 additions and 881 deletions

View File

@@ -33,7 +33,7 @@
#define LCEC_CONF_GENERIC_MAX_BITLEN 255
typedef enum {
lcecConfTypeNone,
lcecConfTypeNone = 0,
lcecConfTypeMasters,
lcecConfTypeMaster,
lcecConfTypeSlave,