Open Source CPAP Analysis Reporter A fork of sleepyhead/sleepyhead-code
Go to file
2011-05-31 14:28:11 +10:00
graphs Pixel alignment / Margin cleanups 2011-05-31 14:28:11 +10:00
libs Fixed windows xaxis date issues. Plus now comes with much more memory freeing goodness all around. 2011-05-31 12:18:41 +10:00
GUIFrame.cpp Fixed windows xaxis date issues. Plus now comes with much more memory freeing goodness all around. 2011-05-31 12:18:41 +10:00
GUIFrame.h Fixed windows xaxis date issues. Plus now comes with much more memory freeing goodness all around. 2011-05-31 12:18:41 +10:00
LICENSE.txt gLineChart improvements, screenshot fixes for linux build. 2011-05-28 19:16:46 +10:00
README gLineChart improvements, screenshot fixes for linux build. 2011-05-28 19:16:46 +10:00
SleepyHead.cbp Moved X/Y axes to their own layer 2011-05-31 08:53:48 +10:00
SleepyHead.depend Pixel alignment / Margin cleanups 2011-05-31 14:28:11 +10:00
SleepyHead.layout Moved X/Y axes to their own layer 2011-05-31 08:53:48 +10:00
SleepyHeadApp.cpp Stopped Xaxes from drawing when no data 2011-05-31 13:09:03 +10:00
SleepyHeadApp.h Initial commit 2011-05-26 23:59:21 +10:00
SleepyHeadMain.cpp Pixel alignment / Margin cleanups 2011-05-31 14:28:11 +10:00
SleepyHeadMain.h Fixed windows xaxis date issues. Plus now comes with much more memory freeing goodness all around. 2011-05-31 12:18:41 +10:00
version.h Pixel alignment / Margin cleanups 2011-05-31 14:28:11 +10:00
WxWizFrame.fbp Fixed windows xaxis date issues. Plus now comes with much more memory freeing goodness all around. 2011-05-31 12:18:41 +10:00

SleepyHead alpha test build.. 

This is nowhere near an official release, and is 100% Guaranteed to break when you least expect it.

This "mini alpha version" only currently supports Philips Respironics system one machines.  

It's just a tool I wrote based on our SleepLib framework to track my CPAP data, and I thought I'd share it for those who are game while we work on the real app.

Just a heads up, it creates a SleepApp folder in your documents folder. This is where it stores it's database.

To use, Click File -> Import SD and select your SD card folder (or a copy of it). 

I'm hoping the rest is self explanitory, click on things.. See how well it breaks.

Preferences does nothing.. it's not implemented yet.

Licence Stuff
-------------
SleepLib and main program is GPL.. 

Graphing library is LGPL (everyting under ./graph)

Incorporates TinyXML.. see their readme for details in ./libs/tinyxml

/Mark W