|
libpappsomspp
Library for mass spectrometry
|
#include <scan.h>
Public Member Functions | |
| void | fromCbor (CborStreamReader &reader) |
| QJsonObject | toJsonObject () const |
| write the structure to a JSON object | |
| double | getRtInSeconds () const |
Public Attributes | |
| CvParamMap | cvParamMap |
| void pappso::cbor::mzcbor::Scan::fromCbor | ( | CborStreamReader & | reader | ) |
Definition at line 57 of file scan.cpp.
References cvParamMap, and pappso::cbor::CborStreamReader::decodeString().
Referenced by pappso::cbor::mzcbor::Spectrum::fromCbor().
| double pappso::cbor::mzcbor::Scan::getRtInSeconds | ( | ) | const |
Definition at line 34 of file scan.cpp.
References cvParamMap.
| QJsonObject pappso::cbor::mzcbor::Scan::toJsonObject | ( | ) | const |
write the structure to a JSON object
Definition at line 95 of file scan.cpp.
References cvParamMap.
| CvParamMap pappso::cbor::mzcbor::Scan::cvParamMap |
Definition at line 55 of file scan.h.
Referenced by fromCbor(), getRtInSeconds(), and toJsonObject().