|
ProteoWizard
|
#include "../../common/cv.hpp"#include "../../common/ParamTypes.hpp"#include "../MSData.hpp"#include "H5Cpp.h"#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | pwiz |
| AMTContainer.hpp. | |
| namespace | pwiz::msdata |
| namespace | pwiz::msdata::mz5 |
Macros | |
| #define | CVL 128 |
| CVParam value string size. | |
| #define | USRVL 128 |
| UserParam value string size. | |
| #define | USRNL 256 |
| UserParam name string size. | |
| #define | USRTL 64 |
| UserParam type string size. | |
| #define CVL 128 |
CVParam value string size.
Definition at line 53 of file Datastructures_mz5.hpp.
| #define USRVL 128 |
UserParam value string size.
Definition at line 57 of file Datastructures_mz5.hpp.
| #define USRNL 256 |
UserParam name string size.
Definition at line 61 of file Datastructures_mz5.hpp.
| #define USRTL 64 |
UserParam type string size.
Definition at line 65 of file Datastructures_mz5.hpp.
1.8.1.1