23 #define ICTYPES_ENTRY_UNDEF "undef"
24 #define ICTYPES_ENTRY_PROB "prob"
25 #define ICTYPES_ENTRY_DIST "dist"
26 #define ICTYPES_ENTRY_CLBL "clbl"
27 #define ICTYPES_ENTRY_RCOE "rcoe"
29 #define ICTYPES_LABEL_UNDEF "undef"
30 #define ICTYPES_LABEL_BIOSIG "biosig"
31 #define ICTYPES_LABEL_CLASS "class"
32 #define ICTYPES_LABEL_CUSTOM "custom"
34 #define ICMESSAGE_VERSION "0.1.1.0"
35 #define ICMESSAGE_ROOTNODE "tobiic"
36 #define ICMESSAGE_VERSIONNODE "version"
37 #define ICMESSAGE_CLASSNODE "class"
38 #define ICMESSAGE_CLASSISIFERNODE "classifier"
39 #define ICMESSAGE_LABELNODE "label"
40 #define ICMESSAGE_NAMENODE "name"
41 #define ICMESSAGE_DESCNODE "description"
42 #define ICMESSAGE_LTYPENODE "ltype"
43 #define ICMESSAGE_VTYPENODE "vtype"
44 #define ICMESSAGE_FRAMENODE "frame"
45 #define ICMESSAGE_TIMESTAMPNODE "absolute"
46 #define ICMESSAGE_REFERENCENODE "relative"