|
ProteoWizard
|
#include <ramp.h>
Public Attributes | |
| char | manufacturer [INSTRUMENT_LENGTH] |
| char | model [INSTRUMENT_LENGTH] |
| char | ionisation [INSTRUMENT_LENGTH] |
| char | analyzer [INSTRUMENT_LENGTH] |
| char | detector [INSTRUMENT_LENGTH] |
| char InstrumentStruct::manufacturer[INSTRUMENT_LENGTH] |
Definition at line 201 of file ramp.h.
Referenced by operator<<(), and test().
| char InstrumentStruct::model[INSTRUMENT_LENGTH] |
Definition at line 202 of file ramp.h.
Referenced by operator<<(), and test().
| char InstrumentStruct::ionisation[INSTRUMENT_LENGTH] |
Definition at line 203 of file ramp.h.
Referenced by operator<<(), and test().
| char InstrumentStruct::analyzer[INSTRUMENT_LENGTH] |
Definition at line 204 of file ramp.h.
Referenced by operator<<(), and test().
| char InstrumentStruct::detector[INSTRUMENT_LENGTH] |
Definition at line 205 of file ramp.h.
Referenced by operator<<(), and test().
1.8.1.1