openDAQ
Open data acquisition platform
ModuleInfo
+ Collaboration diagram for ModuleInfo:

Detailed Description

Classes

struct  IModuleInfo
 Give module information composing of: More...
 
class  ModuleInfoPtr
 Give module information composing of: More...
 

Functions

daq::VersionInfoPtr getVersionInfo () const
 Retrieves the module version information. More...
 
daq::StringPtr getName () const
 Gets the module name. More...
 
daq::StringPtr getId () const
 Gets the module id. More...
 

Function Documentation

◆ getId()

daq::StringPtr getId ( ) const
inline

Gets the module id.

Returns
The module id.

◆ getName()

daq::StringPtr getName ( ) const
inline

Gets the module name.

Returns
The module name.

◆ getVersionInfo()

daq::VersionInfoPtr getVersionInfo ( ) const
inline

Retrieves the module version information.

Returns
The semantic version information.