Go to the documentation of this file.
22 #ifndef MSG_QUALIFIER_H__
23 #define MSG_QUALIFIER_H__
29 #if defined(__cplusplus)
33 #define MAMA_MSG_QUAL_MAX_STR_LEN (100)
35 #define MAMA_MSG_QUAL_POSSIBLY_DUPLICATE 0x0001
36 #define MAMA_MSG_QUAL_DEFINITELY_DUPLICATE 0x0002
37 #define MAMA_MSG_QUAL_POSSIBLY_DELAYED 0x0004
38 #define MAMA_MSG_QUAL_DEFINITELY_DELAYED 0x0008
39 #define MAMA_MSG_QUAL_OUT_OF_SEQUENCE 0x0010
40 #define MAMA_MSG_QUAL_NOT_USED 0x1000
273 const char* delimiter,
290 const char* delimiter,
295 #if defined(__cplusplus)