25 #ifndef _LEGACYADAPTER_HPP_ 26 #define _LEGACYADAPTER_HPP_ 31 #include "boost/shared_ptr.hpp" 34 namespace pwiz {
namespace data {
class CVTranslator; } }
68 std::string manufacturer()
const;
69 std::string model()
const;
70 void manufacturerAndModel(
const std::string& valueManufacturer,
71 const std::string& valueModel);
73 std::string ionisation()
const;
74 void ionisation(
const std::string&
value);
76 std::string analyzer()
const;
77 void analyzer(
const std::string& value);
79 std::string detector()
const;
80 void detector(
const std::string& value);
84 boost::shared_ptr<Impl>
impl_;
111 std::string name()
const;
112 void name(
const std::string&
value);
114 std::string version()
const;
115 void version(
const std::string& value);
117 std::string type()
const;
118 void type(
const std::string& value);
122 boost::shared_ptr<Impl>
impl_;
132 #endif // _LEGACYADAPTER_HPP_ boost::shared_ptr< Impl > impl_
boost::shared_ptr< Software > SoftwarePtr
translates text to CV terms
interface for legacy access to Instrument
interface for legacy access to Software
boost::shared_ptr< Impl > impl_
Description of a particular hardware configuration of a mass spectrometer. Each configuration MUST ha...
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
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...