Go to the source code of this file.
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
MAMA_QUALITY_OK |
|
MAMA_QUALITY_MAYBE_STALE |
|
MAMA_QUALITY_STALE |
|
MAMA_QUALITY_PARTIAL_STALE |
|
MAMA_QUALITY_FORCED_STALE |
|
MAMA_QUALITY_DUPLICATE |
|
MAMA_QUALITY_UNKNOWN |
|
Function Documentation
MAMAExpDLL mamaQuality mamaQuality_convertFromString |
( |
const char * |
str | ) |
|
Convert a string to a mamaQuality value.
- Parameters
-
MAMAExpDLL const char* mamaQuality_convertToString |
( |
mamaQuality |
quality | ) |
|
Convert a mamaQuality value to a string.
Do no attempt to free the string result.
- Parameters
-
quality | The mamaQuality to convert. |