openDAQ
Open data acquisition platform
StreamingTypePtr Class Reference

Provides information on what streaming type can be created by a given module. Can be used to obtain the default configuration used when either adding/creating a new device, or establishing a new streaming connection. More...

+ Inheritance diagram for StreamingTypePtr:
+ Collaboration diagram for StreamingTypePtr:

Detailed Description

Provides information on what streaming type can be created by a given module. Can be used to obtain the default configuration used when either adding/creating a new device, or establishing a new streaming connection.

Additional Inherited Members

- Public Member Functions inherited from GenericComponentTypePtr< IStreamingType >
daq::StringPtr getId () const
 Gets the unique component type id. More...
 
daq::StringPtr getName () const
 Gets the user-friendly name of a component type. More...
 
daq::StringPtr getDescription () const
 Gets the description of a component type. More...
 
daq::PropertyObjectPtr createDefaultConfig () const
 The function clones and returns default configuration. On each call, we need to create new object, because we want that each instance of the component has its own configuration object. More...