implements of MzmlDataHandler class
More...
#include "stdafx.h"
#include "MzmlDataHandler.h"
#include "MzmlSample.h"
#include <zlib.h>
#include <crtdbg.h>
Go to the source code of this file.
|
|
#define | SPEC_TAG_NAME "spectrum" |
| |
|
#define | CHROM_TAG_NAME "chromatogram" |
| |
|
#define | ARRAY_TAG_NAME "binaryDataArray" |
| |
|
#define | PARAM_GROUP_TAG_NAME "referenceableParamGroupRef" |
| |
|
#define | CV_TAG_NAME "cvParam" |
| |
|
#define | BINARY_TAG_NAME "binary" |
| |
|
#define | SPEC_ID_ATTR_NAME "id" |
| |
|
#define | SPEC_LENGTH_ATTR_NAME "defaultArrayLength" |
| |
|
#define | CHROM_ID_ATTR_NAME "id" |
| |
|
#define | CHROM_LENGTH_ATTR_NAME "defaultArrayLength" |
| |
|
#define | ARRAY_LENGTH_ATTR_NAME "arrayLength" |
| |
|
#define | PARAM_GROUP_ID_ATTR_NAME "ref" |
| |
|
#define | CV_ACCESSION_ATTR_NAME "accession" |
| |
|
#define | CV_UNIT_ATTR_NAME "unitAccession" |
| |
implements of MzmlDataHandler class
- Author
- S.Tanaka
- Date
- 2009.03.09
Copyright(C) 2006-2014 Eisai Co., Ltd. All rights reserved.
Definition in file MzmlDataHandler.cpp.