Add Md5 and CEMeasured from eq9 data.

This commit is contained in:
sunwen
2023-09-21 11:34:52 +08:00
parent 34026a73e2
commit 8c61096af6
10 changed files with 399 additions and 4 deletions

View File

@@ -42,6 +42,8 @@ public:
MovementData getMovementData();
PatientData getPatientData();
TemperatureData getTemperatureData();
bool hasCEMeasured();
bool verifyHashValue();
Parser(const Parser& aParser);
std::shared_ptr<Parser> clone();