mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Update file edfparser.h
This commit is contained in:
parent
1097cce6fa
commit
b212589a37
@ -27,7 +27,7 @@ const char AnnoDurMark = 21;
|
||||
const char AnnoEnd = 0;
|
||||
|
||||
// EDFType is used by all the edf loaders - resmed and sleepstyle, so far
|
||||
enum EDFType { EDF_UNKNOWN, EDF_BRP, EDF_PLD, EDF_SAD, EFF_SA2, EDF_EVE, EDF_CSL, EDF_AEV, EDF_RT };
|
||||
enum EDFType { EDF_UNKNOWN, EDF_BRP, EDF_PLD, EDF_SAD, EDF_SA2, EDF_EVE, EDF_CSL, EDF_AEV, EDF_RT };
|
||||
|
||||
/*! \struct EDFHeader
|
||||
\brief Represents the EDF+ header structure, used as a place holder while processing the text data.
|
||||
|
Loading…
Reference in New Issue
Block a user