31 #if defined(__cplusplus) 150 const char* symbolNamespace);
163 const char* transportName);
269 const char** symbolNamespace);
281 const char** transportName);
320 #if defined(__cplusplus) struct mamaSourceManagerImpl_ * mamaSourceManager
Definition: types.h:115
MAMAExpDLL mama_status mamaSource_getSymbology(const mamaSource source, mamaSymbology *symbology)
Get the mamaSymbology associated with this source.
struct mamaSourceImpl_ * mamaSource
Definition: types.h:116
MAMAExpDLL mama_status mamaSource_clear(mamaSource source)
Clear a mamaSource object.
MAMAExpDLL mama_status mamaSource_getTransport(const mamaSource source, mamaTransport *transport)
Get the mamaTransport associated with this source.
MAMAExpDLL mama_status mamaSource_getState(const mamaSource source, mamaSourceState *state)
Get the state of a mamaSource object.
MAMAExpDLL mama_status mamaSource_create(mamaSource *source)
Create a mamaSource object.
struct mamaSymbologyImpl_ * mamaSymbology
Definition: types.h:117
MAMAExpDLL mama_status mamaSource_setTransport(mamaSource source, mamaTransport transport)
Associate a mamaTransport object with the source.
MAMAExpDLL mama_status mamaSource_getSymbolNamespace(const mamaSource source, const char **symbolNamespace)
Get the source name for the publisher which this mamaSource represents.
MAMAExpDLL mama_status mamaSource_setSymbology(mamaSource source, mamaSymbology symbology)
Associate a mamaSymbology object with the source.
MAMAExpDLL mama_status mamaSource_getTransportName(const mamaSource source, const char **transportName)
Get the name of the mamaTransport on which this source is valid.
MAMAExpDLL mama_status mamaSource_getQuality(const mamaSource source, mamaQuality *quality)
Get the quality of a mamaSource object.
enum mamaSourceState_ mamaSourceState
MAMAExpDLL mama_status mamaSource_setId(mamaSource source, const char *id)
Set the ID of a mamaSource object.
MAMAExpDLL mama_status mamaSource_setParent(mamaSource source, mamaSource parent)
Set the parent for a mamaSource object.
MAMAExpDLL mama_status mamaSource_setSymbolNamespace(mamaSource source, const char *symbolNamespace)
Set the publisher specific source name for this source.
MAMAExpDLL mama_status mamaSource_getSubSourceManager(const mamaSource source, mamaSourceManager *subSourceManager)
A mamaSource can have sub-sources.
MAMAExpDLL const char * mamaSource_getStateAsString(const mamaSource source)
MAMAExpDLL mama_status mamaSource_setMappedId(mamaSource source, const char *id)
Set the mapped ID of a mamaSource object.
MAMAExpDLL mama_status mamaSource_setTransportName(mamaSource source, const char *transportName)
Set the name of the mamaTransport on which this describes a valid source of data. ...
MAMAExpDLL mama_status mamaSource_getDisplayId(const mamaSource source, const char **id)
Get the display ID of a mamaSource object.
MAMAExpDLL mama_status mamaSource_destroy(mamaSource source)
Destroy a mamaSource object.
MAMAExpDLL mama_status mamaSource_getParent(const mamaSource source, mamaSource *parent)
Get the parent source for a mamaSource object.
mamaSourceState_
Definition: source.h:35
MAMAExpDLL mama_status mamaSource_getId(const mamaSource source, const char **id)
Get the ID of a mamaSource object.
mama_status
Definition: status.h:37
MAMAExpDLL mama_status mamaSource_setDisplayId(mamaSource source, const char *id)
Set the display ID of a mamaSource object.
MAMAExpDLL mama_status mamaSource_setState(mamaSource source, mamaSourceState quality)
Set the state of a mamaSource object.
struct mamaTransportImpl_ * mamaTransport
Definition: types.h:98
MAMAExpDLL mama_status mamaSource_getMappedId(const mamaSource source, const char **id)
Get the mapped ID of a mamaSource object.
enum mamaQuality_ mamaQuality
MAMAExpDLL mama_status mamaSource_setQuality(mamaSource source, mamaQuality quality)
Set the quality of a mamaSource object.