Move PRS1 F5 parsing into separate F5 parser file.

No change in functionality.

Use git blame dd9a087 to follow the history before this refactoring.
This commit is contained in:
sawinglogz 2021-05-31 21:02:11 -04:00
parent 26ce41927b
commit 7864d509cc
4 changed files with 1549 additions and 1533 deletions

File diff suppressed because it is too large Load Diff

View File

@ -661,9 +661,14 @@ const int PRS1_HTYPE_INTERVAL=1;
extern const QVector<PRS1ParsedEventType> ParsedEventsF0V23;
extern const QVector<PRS1ParsedEventType> ParsedEventsF0V4;
extern const QVector<PRS1ParsedEventType> ParsedEventsF0V6;
extern const QVector<PRS1ParsedEventType> ParsedEventsF3V0;
extern const QVector<PRS1ParsedEventType> ParsedEventsF3V3;
extern const QVector<PRS1ParsedEventType> ParsedEventsF3V6;
extern const QVector<PRS1ParsedEventType> ParsedEventsF5V0;
extern const QVector<PRS1ParsedEventType> ParsedEventsF5V1;
extern const QVector<PRS1ParsedEventType> ParsedEventsF5V2;
extern const QVector<PRS1ParsedEventType> ParsedEventsF5V3;
#endif // PRS1PARSER_H

File diff suppressed because it is too large Load Diff

View File

@ -301,6 +301,7 @@ SOURCES += \
SleepLib/loader_plugins/prs1_parser.cpp \
SleepLib/loader_plugins/prs1_parser_xpap.cpp \
SleepLib/loader_plugins/prs1_parser_vent.cpp \
SleepLib/loader_plugins/prs1_parser_asv.cpp \
SleepLib/loader_plugins/resmed_loader.cpp \
SleepLib/loader_plugins/resmed_EDFinfo.cpp \
SleepLib/loader_plugins/somnopose_loader.cpp \