mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 02:00:43 +00:00
removed URLs to sleepyhead or it's author
This commit is contained in:
parent
1d06558ca7
commit
e9ae1198d6
4
README
4
README
@ -8,7 +8,7 @@ under the GPL version 3 license. See the file COPYING for those details.
|
|||||||
|
|
||||||
SleepyHead was written by Mark Watkins (aka Jedimark), an Australian software developer afflicted with sleep apnea.
|
SleepyHead was written by Mark Watkins (aka Jedimark), an Australian software developer afflicted with sleep apnea.
|
||||||
|
|
||||||
SleepyHead was copyright (C) 2011-2018 by Mark Watkins <mark@jedimark.net>
|
SleepyHead was copyright (C) 2011-2018 by Mark Watkins
|
||||||
|
|
||||||
Portions of OSCAR are copyright (c) 2019-2022 The OSCAR Team <oscar@oscar-team.org>
|
Portions of OSCAR are copyright (c) 2019-2022 The OSCAR Team <oscar@oscar-team.org>
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ is incredibly un-motivational, and incredibly disrespectful of all the work he p
|
|||||||
|
|
||||||
If you plan on reselling any derivatives of SleepyHead, I specifically request that you give due credit and
|
If you plan on reselling any derivatives of SleepyHead, I specifically request that you give due credit and
|
||||||
link back, mentioning clearly in your advertising material, software installer and about screens that your
|
link back, mentioning clearly in your advertising material, software installer and about screens that your
|
||||||
derivative "is based on the free and open-source software SleepyHead available from http://sleepyhead.jedimark.net,
|
derivative "is based on the free and open-source software SleepyHead ,
|
||||||
developed and copyright by Mark Watkins (C) 2011-2018."
|
developed and copyright by Mark Watkins (C) 2011-2018."
|
||||||
|
|
||||||
It is not enough to reference that your derivative "is based on GPL software".
|
It is not enough to reference that your derivative "is based on GPL software".
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Common code and junk
|
/* Common code and junk
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# Author: Mark Watkins <jedimark64[at]users.sourceforge.net>
|
# Author: Mark Watkins
|
||||||
# Date: 09/03/2011
|
# Date: 09/03/2011
|
||||||
# Purpose: CPAP Support
|
# Purpose: CPAP Support
|
||||||
# License: GPL
|
# License: GPL
|
||||||
@ -1415,8 +1415,6 @@ def AboutBox(a):
|
|||||||
|
|
||||||
<b>Details:</b>
|
<b>Details:</b>
|
||||||
Author: Mark Watkins (jedimark)
|
Author: Mark Watkins (jedimark)
|
||||||
Homepage: <a href='http://sleepyhead.sourceforge.net'>http://sleepyhead.sourceforge.net</a>
|
|
||||||
Please report any bugs <a href='https://sourceforge.net/projects/sleepyhead/support'>on sourceforge</a>.
|
|
||||||
|
|
||||||
<b>License:</b>
|
<b>License:</b>
|
||||||
This software is released under the <i>GNU Public Licence</i>.
|
This software is released under the <i>GNU Public Licence</i>.
|
||||||
@ -1426,7 +1424,7 @@ This is <b>not</b> medical software. Any output this program
|
|||||||
produces should <b>not</b> be used to make medical decisions.
|
produces should <b>not</b> be used to make medical decisions.
|
||||||
|
|
||||||
<b>Special Thanks:</b>
|
<b>Special Thanks:</b>
|
||||||
Mike Hoolehan - Check out his awesome <a href='http://www.hoolehan.com/onkor/'>Onkor Project</a>
|
Mike Hoolehan - Check out his awesome Onkor Project
|
||||||
Troy Schultz - For great technical advice
|
Troy Schultz - For great technical advice
|
||||||
Mark Bruscke - For encouragement and advice
|
Mark Bruscke - For encouragement and advice
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* MinutesAtPressure Graph Implementation
|
/* MinutesAtPressure Graph Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Minutes At Pressure Graph Header
|
/* Minutes At Pressure Graph Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gAHUChart Implementation
|
/* gAHUChart Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The Oscar Team
|
* Copyright (c) 2019-2024 The Oscar Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gAHIChart Header
|
/* gAHIChart Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The Oscar Team
|
* Copyright (c) 2019-2024 The Oscar Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* gFlagsLine Implementation
|
/* gFlagsLine Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gFlagsLine Header
|
/* gFlagsLine Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code for more details. */
|
* License. See the file COPYING in the main directory of the source code for more details. */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gFooBar Implementation
|
/* gFooBar Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gFooBar Header
|
/* gFooBar Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gGraph Implemntation
|
/* gGraph Implemntation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gGraph Header
|
/* gGraph Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gGraphView Implementation
|
/* gGraphView Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gGraphView Header
|
/* gGraphView Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2015 Mark Watkins <jedimark@users.sourceforge.net>
|
* Copyright (c) 2011-2015 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gLineChart Implementation
|
/* gLineChart Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gLineChart Header
|
/* gLineChart Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gLineOverlayBar Implementation
|
/* gLineOverlayBar Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gLineOverlayBar Header
|
/* gLineOverlayBar Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gOverviewGraph Implementation
|
/* gOverviewGraph Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gOverviewGraph Header
|
/* gOverviewGraph Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gPressureChart Implementation
|
/* gPressureChart Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2020-2024 The Oscar Team
|
* Copyright (c) 2020-2024 The Oscar Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gPressureChart Header
|
/* gPressureChart Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2020-2024 The Oscar Team
|
* Copyright (c) 2020-2024 The Oscar Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* gSegmentChart Implementation
|
/* gSegmentChart Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gSegmentChart Header
|
/* gSegmentChart Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gSessionTimesChart Implementation
|
/* gSessionTimesChart Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The Oscar Team
|
* Copyright (c) 2019-2024 The Oscar Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gSessionTimesChart Header
|
/* gSessionTimesChart Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The Oscar Team
|
* Copyright (c) 2019-2024 The Oscar Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gStatsLine Implementation
|
/* gStatsLine Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gStatsLine
|
/* gStatsLine
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gSummaryChart Implementation
|
/* gSummaryChart Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The Oscar Team
|
* Copyright (c) 2019-2024 The Oscar Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gSessionTimesChart Header
|
/* gSessionTimesChart Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The Oscar Team
|
* Copyright (c) 2019-2024 The Oscar Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gTTIAChart Implementation
|
/* gTTIAChart Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The Oscar Team
|
* Copyright (c) 2019-2024 The Oscar Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gTTIAChart Header
|
/* gTTIAChart Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The Oscar Team
|
* Copyright (c) 2019-2024 The Oscar Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gUsageChart Implementation
|
/* gUsageChart Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The Oscar Team
|
* Copyright (c) 2019-2024 The Oscar Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gUsageChart Header
|
/* gUsageChart Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The Oscar Team
|
* Copyright (c) 2019-2024 The Oscar Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gXAxis Implementation
|
/* gXAxis Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gXAxis Header
|
/* gXAxis Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gYAxis Implementation
|
/* gYAxis Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gYAxis Header
|
/* gYAxis Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gDailySummary Graph Implementation
|
/* gDailySummary Graph Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gDailySummary Graph Header
|
/* gDailySummary Graph Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* glcommon GL code & font stuff
|
/* glcommon GL code & font stuff
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* glcommon GL code & font stuff Header
|
/* glcommon GL code & font stuff Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* graph spacer Implementation
|
/* graph spacer Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* graph spacer Header
|
/* graph spacer Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Graph Layer Implementation
|
/* Graph Layer Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Graph Layer Implementation
|
/* Graph Layer Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* This file for all settings related stuff to clean up Preferences & Profiles.
|
* This file for all settings related stuff to clean up Preferences & Profiles.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the sourcecode. */
|
* License. See the file COPYING in the main directory of the sourcecode. */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Custom CPAP/Oximetry Calculations Header
|
/* Custom CPAP/Oximetry Calculations Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Custom CPAP/Oximetry Calculations Header
|
/* Custom CPAP/Oximetry Calculations Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Common Functions
|
/* SleepLib Common Functions
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Common code and junk
|
/* Common code and junk
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Day Class Implementation
|
/* SleepLib Day Class Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Day Class Header
|
/* SleepLib Day Class Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Event Class Implementation
|
/* SleepLib Event Class Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Event Class Header
|
/* SleepLib Event Class Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
@ -23,7 +23,7 @@
|
|||||||
enum EventListType { EVL_Waveform, EVL_Event };
|
enum EventListType { EVL_Waveform, EVL_Event };
|
||||||
|
|
||||||
/*! \class EventList
|
/*! \class EventList
|
||||||
\author Mark Watkins <jedimark_at_users.sourceforge.net>
|
\author Mark Watkins
|
||||||
\brief EventLists contains waveforms at a specified rate, or a list of event and time data.
|
\brief EventLists contains waveforms at a specified rate, or a list of event and time data.
|
||||||
*/
|
*/
|
||||||
class EventList
|
class EventList
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Journal Implementation
|
/* SleepLib Journal Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Journal Implementation
|
/* SleepLib Journal Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib CMS50X Loader Implementation
|
/* SleepLib CMS50X Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark W
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib CMS50X Loader Header
|
/* SleepLib CMS50X Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib CMS50X Loader Implementation
|
/* SleepLib CMS50X Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib CMS50X Loader Header
|
/* SleepLib CMS50X Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* EDF Parser Implementation
|
/* EDF Parser Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* EDF Parser Header
|
/* EDF Parser Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
@ -113,7 +113,7 @@ class Annotation
|
|||||||
|
|
||||||
/*! \class EDFInfo
|
/*! \class EDFInfo
|
||||||
\author Phil Olynyk
|
\author Phil Olynyk
|
||||||
\author Mark Watkins <mark@jedimark.net>
|
\author Mark Watkins
|
||||||
\brief Parse an EDF+ data file into a list of EDFSignal's
|
\brief Parse an EDF+ data file into a list of EDFSignal's
|
||||||
\note More information on the EDF+ file format can be obtained from http://edfplus.info
|
\note More information on the EDF+ file format can be obtained from http://edfplus.info
|
||||||
*/
|
*/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Fisher & Paykel Icon Loader Implementation
|
/* SleepLib Fisher & Paykel Icon Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Fisher & Paykel Icon Loader Implementation
|
/* SleepLib Fisher & Paykel Icon Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
*
|
*
|
||||||
* Notes: Intellipap DV54 requires the SmartLink attachment to access this data.
|
* Notes: Intellipap DV54 requires the SmartLink attachment to access this data.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Intellipap Loader Header
|
/* Intellipap Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib ChoiceMMed MD300W1 Oximeter Loader Implementation
|
/* SleepLib ChoiceMMed MD300W1 Oximeter Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib ChoiceMMed MD300W1 Oximeter Loader Header
|
/* SleepLib ChoiceMMed MD300W1 Oximeter Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib RemStar M-Series Loader Implementation
|
/* SleepLib RemStar M-Series Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* SleepLib RemStar M-Series Loader Header
|
* SleepLib RemStar M-Series Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Prisma Loader Implementation
|
/* SleepLib Prisma Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Löwenstein Prisma Loader Header
|
/* SleepLib Löwenstein Prisma Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib PRS1 Loader Implementation
|
/* SleepLib PRS1 Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib PRS1 Loader Header
|
/* SleepLib PRS1 Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib PRS1 Loader Parser Implementation
|
/* SleepLib PRS1 Loader Parser Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Portions copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Portions copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib PRS1 Loader Parser Header
|
/* SleepLib PRS1 Loader Parser Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Portions copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Portions copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* PRS1 Parsing for BiPAP autoSV (ASV) (Family 5)
|
/* PRS1 Parsing for BiPAP autoSV (ASV) (Family 5)
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Portions copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Portions copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* PRS1 Parsing for S/T and AVAPS ventilators (Family 3)
|
/* PRS1 Parsing for S/T and AVAPS ventilators (Family 3)
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Portions copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Portions copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* PRS1 Parsing for CPAP and BIPAP (Family 0)
|
/* PRS1 Parsing for CPAP and BIPAP (Family 0)
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Portions copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Portions copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib ResMed Loader Implementation
|
/* SleepLib ResMed Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib RESMED EDFinfo Header
|
/* SleepLib RESMED EDFinfo Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib ResMed Loader Implementation
|
/* SleepLib ResMed Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib RESMED Loader Header
|
/* SleepLib RESMED Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Resvent Loader Implementation
|
/* SleepLib Resvent Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Resvent Loader Implementation
|
/* SleepLib Resvent Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib SleepStyle Loader Implementation
|
/* SleepLib SleepStyle Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib SleepStyle EDFinfo Header
|
/* SleepLib SleepStyle EDFinfo Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2021-2024 The OSCAR Team
|
* Copyright (c) 2021-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Copyright (c) 2020-2024 The Oscar Team
|
* Copyright (c) 2020-2024 The Oscar Team
|
||||||
*
|
*
|
||||||
* Derived from icon_loader.cpp
|
* Derived from icon_loader.cpp
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Fisher & Paykel SleepStyle Loader Implementation
|
/* SleepLib Fisher & Paykel SleepStyle Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2020-2024 The Oscar Team (info@oscar-team.org)
|
* Copyright (c) 2020-2024 The Oscar Team (info@oscar-team.org)
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Somnopose Loader Implementation
|
/* SleepLib Somnopose Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Somnopose Loader Header
|
/* SleepLib Somnopose Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SleepLib Weinmann SOMNOsoft/Balance Loader Implementation
|
/* SleepLib Weinmann SOMNOsoft/Balance Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Weinmann SOMNOsoft/Balance Loader Header
|
/* SleepLib Weinmann SOMNOsoft/Balance Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib ZEO Loader Implementation
|
/* SleepLib ZEO Loader Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib ZEO Loader Header
|
/* SleepLib ZEO Loader Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Device Class Implementation
|
/* SleepLib Device Class Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Device Class Header
|
/* SleepLib Device Class Header
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (C) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (C) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* SleepLib Common Device Stuff
|
/* SleepLib Common Device Stuff
|
||||||
*
|
*
|
||||||
* Copyright (c) 2019-2024 The OSCAR Team
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user