23 #define IDTYPES_FAMILY_UNDEF "undef"
24 #define IDTYPES_FAMILY_BIOSIG "biosig"
25 #define IDTYPES_FAMILY_CUSTOM "custom"
27 #define IDMESSAGE_VERSION_SUPPORTED "0.0.2.1"
28 #define IDMESSAGE_VERSION "0.1.0.0"
30 #define IDMESSAGE_ROOTNODE "tobiid"
31 #define IDMESSAGE_VERSIONNODE "version"
33 #define IDMESSAGE_FRAMENODE "frame"
34 #define IDMESSAGE_FRAMENODE_2 "block"
36 #define IDMESSAGE_DESCRIPTIONNODE "description"
37 #define IDMESSAGE_FAMILYNODE "family"
38 #define IDMESSAGE_EVENTNODE "event"
39 #define IDMESSAGE_TIMESTAMPNODE "timestamp"
40 #define IDMESSAGE_REFERENCENODE "reference"
42 #define IDMESSAGE_TIMESTAMPNODE_2 "absolute"
43 #define IDMESSAGE_REFERENCENODE_2 "relative"
45 #define IDMESSAGE_SOURCENODE "source"