mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
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:
parent
26ce41927b
commit
7864d509cc
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
1543
oscar/SleepLib/loader_plugins/prs1_parser_asv.cpp
Normal file
1543
oscar/SleepLib/loader_plugins/prs1_parser_asv.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user