openDAQ
Open data acquisition platform
GenericDeviceTypePtr< InterfaceType > Class Template Reference

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

+ Inheritance diagram for GenericDeviceTypePtr< InterfaceType >:
+ Collaboration diagram for GenericDeviceTypePtr< InterfaceType >:

Detailed Description

template<typename InterfaceType>
class GenericDeviceTypePtr< InterfaceType >

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

Additional Inherited Members

- Public Member Functions inherited from GenericComponentTypePtr< InterfaceType >
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...
 
daq::ModuleInfoPtr getModuleInfo () const
 Retrieves the module information. More...