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

Detailed Description

Functions

ModuleInfoPtr ModuleInfo (const VersionInfoPtr &versionInfo, const StringPtr &name, const StringPtr &id)
 Creates a Module Info with its versionInfo, name, and id fields configured. More...
 
StructTypePtr ModuleInfoStructType ()
 Creates the Struct type object that defines the Module Info struct.
 

Function Documentation

◆ ModuleInfo()

ModuleInfoPtr ModuleInfo ( const VersionInfoPtr &  versionInfo,
const StringPtr name,
const StringPtr id 
)
inline

Creates a Module Info with its versionInfo, name, and id fields configured.

Parameters
versionInfoThe semantic version information.
nameThe module name.
idThe module id.
Returns
The ModuleInfo object.