1 #ifndef _Q_MODULECONFIG_HH_
2 #define _Q_MODULECONFIG_HH_
57 void Dump(std::ostream& o)
const;
QObject to store a QBaseModule configuration.
int fOccurrence
occurrence in sequence
std::map< std::string, std::string > fParameters
config and optional parameters
std::string fName
module name
std::string fLabel
label of the module = fName + "_" + ExtraLabel
void Dump(std::ostream &o) const
dump parameters
void Clear()
clear members
std::string fSoftwareRevision
GIT revision SHA-1
std::string fVersionTag
Version release tag.
std::string fSequenceName
sequence name
std::string fType
module type (reader,module,driver...)
QObjectDef(QModuleConfig, 5)