Represents configuration interface for mirrored device. Allows attaching and removing streaming data sources associated with the device. More...
Represents configuration interface for mirrored device. Allows attaching and removing streaming data sources associated with the device.
Public Member Functions | |
void | addStreamingSource (const daq::StreamingPtr &streamingSource) const |
Adds streaming source for device. More... | |
void | removeStreamingSource (const daq::StringPtr &streamingConnectionString) const |
Removes streaming source for device e.g. when the streaming source is no longer available. More... | |
|
inline |
Adds streaming source for device.
streaming | The Streaming object representing the data source. |
|
inline |
Removes streaming source for device e.g. when the streaming source is no longer available.
streamingConnectionString | The connection string of streaming source to be removed. |