Go to the documentation of this file.
22 #ifndef MamaServiceLevelH_
23 #define MamaServiceLevelH_
31 #if defined(__cplusplus)
108 #if defined(__cplusplus)
@ MAMA_SERVICE_LEVEL_REAL_TIME
Real time updates.
Definition: servicelevel.h:51
MAMAExpDLL mamaServiceLevel mamaServiceLevel_getFromMsg(const mamaMsg msg)
Extract the subscription service level from a message.
const MAMAExpDLL char * mamaServiceLevel_getFromMsgAsString(const mamaMsg msg)
Extract the subscription service level as a string from a message.
@ MAMA_SERVICE_LEVEL_SNAPSHOT
Single snapshot image only.
Definition: servicelevel.h:56
mamaServiceLevel_
mamaServiceLevel is an enumeration that represents the service level (a) requested by a subscribing a...
Definition: servicelevel.h:46
enum mamaServiceLevel_ mamaServiceLevel
mamaServiceLevel is an enumeration that represents the service level (a) requested by a subscribing a...
const MAMAExpDLL char * mamaServiceLevel_toString(mamaServiceLevel type)
Convert a mamaServiceLevel to a string.
@ MAMA_SERVICE_LEVEL_CONFLATED
Conflated updates (future).
Definition: servicelevel.h:71
@ MAMA_SERVICE_LEVEL_UNKNOWN
Unknown level.
Definition: servicelevel.h:76
struct mamaMsgImpl_ * mamaMsg
Opaque definitions for all major MAMA data types.
Definition: types.h:95
@ MAMA_SERVICE_LEVEL_REPEATING_SNAPSHOT
Repeating snapshot image.
Definition: servicelevel.h:66