ProteoWizard
Public Member Functions | Public Attributes
pwiz::msdata::ScanSettings Struct Reference

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

#include <MSData.hpp>

List of all members.

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

Public Attributes

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

Detailed Description

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

Definition at line 204 of file MSData.hpp.


Constructor & Destructor Documentation

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

Member Function Documentation

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

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


Member Data Documentation

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

a unique identifier for this acquisition setting.

Definition at line 207 of file MSData.hpp.

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

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

container for a list of source file references.

Definition at line 210 of file MSData.hpp.

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

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

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

Definition at line 213 of file MSData.hpp.

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


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