24 #ifndef _METADATAREPORTER_HPP_ 25 #define _METADATAREPORTER_HPP_ 43 virtual void open(
const DataInfo& dataInfo);
51 static const char*
id() {
return "metadata";}
52 static const char*
description() {
return "write file-level metadata";}
54 static std::vector<std::string>
argsUsage() {
return std::vector<std::string>();}
62 #endif // _METADATAREPORTER_HPP_
This auxilliary class should be specialized for MSDataAnalyzers whose instantiation is controlled by ...
information about the data to be analyzed
Interface for MSData analyzers.