ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::msdata::ScanSettings Struct Reference

Description of the acquisition settings of the instrument prior to the start of the run. More...

#include <MSData.hpp>

Public Member Functions

 ScanSettings (const std::string &_id="")
 
bool empty () const
 returns true iff the element contains no params and all members are empty or null More...
 

Public Attributes

std::string id
 a unique identifier for this acquisition setting. More...
 
std::vector< SourceFilePtrsourceFilePtrs
 container for a list of source file references. More...
 
std::vector< Targettargets
 target list (or 'inclusion list') configured prior to the run. More...
 

Detailed Description

Description of the acquisition settings of the instrument prior to the start of the run.

Definition at line 205 of file MSData.hpp.

Constructor & Destructor Documentation

§ ScanSettings()

pwiz::msdata::ScanSettings::ScanSettings ( const std::string &  _id = "")

Member Function Documentation

§ empty()

bool pwiz::msdata::ScanSettings::empty ( ) const

returns true iff the element contains no params and all members are empty or null

Member Data Documentation

§ id

std::string pwiz::msdata::ScanSettings::id

a unique identifier for this acquisition setting.

Definition at line 208 of file MSData.hpp.

Referenced by pwiz::msdata::TextWriter::operator()(), and testScanSettings().

§ sourceFilePtrs

std::vector<SourceFilePtr> pwiz::msdata::ScanSettings::sourceFilePtrs

container for a list of source file references.

Definition at line 211 of file MSData.hpp.

Referenced by pwiz::msdata::TextWriter::operator()(), and testScanSettings().

§ targets

std::vector<Target> pwiz::msdata::ScanSettings::targets

target list (or 'inclusion list') configured prior to the run.

Definition at line 214 of file MSData.hpp.

Referenced by pwiz::msdata::TextWriter::operator()(), and testScanSettings().


The documentation for this struct was generated from the following file: