mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-15 18:20:46 +00:00
Left out 3rd party project file
This commit is contained in:
parent
cca5628c2b
commit
1b2b7adef6
6
3rdparty/3rdparty.pro
vendored
Normal file
6
3rdparty/3rdparty.pro
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
TEMPLATE = subdirs
|
||||||
|
|
||||||
|
SUBDIRS = qextserialport quazip
|
||||||
|
|
||||||
|
CONFIG += ordered
|
||||||
|
|
@ -623,7 +623,8 @@ bool PRS1Loader::Parse002v5(qint32 sequence, quint32 timestamp, unsigned char *b
|
|||||||
ChannelID Codes[]={
|
ChannelID Codes[]={
|
||||||
PRS1_00, PRS1_01, CPAP_Pressure, CPAP_EPAP, CPAP_PressurePulse, CPAP_Obstructive,
|
PRS1_00, PRS1_01, CPAP_Pressure, CPAP_EPAP, CPAP_PressurePulse, CPAP_Obstructive,
|
||||||
CPAP_ClearAirway, CPAP_Hypopnea, PRS1_08, CPAP_FlowLimit, PRS1_0A, CPAP_CSR,
|
CPAP_ClearAirway, CPAP_Hypopnea, PRS1_08, CPAP_FlowLimit, PRS1_0A, CPAP_CSR,
|
||||||
PRS1_0C, CPAP_VSnore, PRS1_0E, PRS1_0F, PRS1_10,
|
PRS1_0C, CPAP_VSnore, PRS1_0E, PRS1_0F,
|
||||||
|
PRS1_10, // Large leak apparently
|
||||||
CPAP_LeakTotal, PRS1_12
|
CPAP_LeakTotal, PRS1_12
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user