Go to the documentation of this file.
25 #ifndef _LEGACYADAPTER_HPP_
26 #define _LEGACYADAPTER_HPP_
31 #include "boost/shared_ptr.hpp"
34 namespace pwiz {
namespace data {
class CVTranslator; } }
71 const std::string& valueModel);
132 #endif // _LEGACYADAPTER_HPP_
void name(const std::string &value)
LegacyAdapter_Instrument & operator=(LegacyAdapter_Instrument &)
std::string detector() const
void detector(const std::string &value)
std::string manufacturer() const
PWIZ_API_DECL std::string value(const std::string &id, const std::string &name)
convenience function to extract a named value from an id string
std::string ionisation() const
interface for legacy access to Software
LegacyAdapter_Instrument(LegacyAdapter_Instrument &)
LegacyAdapter_Software(SoftwarePtr software, MSData &msd, const CVTranslator &cvTranslator)
boost::shared_ptr< Impl > impl_
std::string version() const
void ionisation(const std::string &value)
LegacyAdapter_Software & operator=(LegacyAdapter_Software &)
translates text to CV terms
std::string analyzer() const
void analyzer(const std::string &value)
void manufacturerAndModel(const std::string &valueManufacturer, const std::string &valueModel)
void version(const std::string &value)
LegacyAdapter_Instrument(InstrumentConfiguration &instrumentConfiguration, const CVTranslator &cvTranslator)
std::string model() const
LegacyAdapter_Software(LegacyAdapter_Software &)
Description of a particular hardware configuration of a mass spectrometer. Each configuration MUST ha...
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...
void type(const std::string &value)
boost::shared_ptr< Impl > impl_
boost::shared_ptr< Software > SoftwarePtr
interface for legacy access to Instrument