-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support paged cgm #270
Support paged cgm #270
Commits on Oct 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5ab5243 - Browse repository at this point
Copy the full SHA 5ab5243View commit details -
Add GlucosePage and enumeration of event types
Add GlucosePage CRC check tests and Data extension to reverseBytes since GlucosePages are easier to decode in reverse.
Configuration menu - View commit details
-
Copy full SHA for 4db513c - Browse repository at this point
Copy the full SHA 4db513cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a377b - Browse repository at this point
Copy the full SHA 64a377bView commit details
Commits on Oct 18, 2016
-
Ensure that event name sequence matches decocare output
In writing this test and the code that passed the test, I encountered a strange mismatch from decocare. Decocare had more sgv entries, but they had values of 0. Additional discovery and discussion led to a change in decocare: openaps/decocare#11
Configuration menu - View commit details
-
Copy full SHA for 6bda586 - Browse repository at this point
Copy the full SHA 6bda586View commit details
Commits on Oct 19, 2016
-
Independent glucose events are events that have a timestamp in the record and do not serve as a reference timestamp for other records.
Configuration menu - View commit details
-
Copy full SHA for d4ec75c - Browse repository at this point
Copy the full SHA d4ec75cView commit details -
Add event parsing for reference timestamp glucose records
Reference timestamped records are used to apply a timestamp to other records using an offset (5 minutes).
Configuration menu - View commit details
-
Copy full SHA for 0b07ba1 - Browse repository at this point
Copy the full SHA 0b07ba1View commit details -
Add event parsing for relative timestamp records
Relative timestamp records need a timestamp, but don’t have one in their own raw data, so that’s not included in this commit.
Configuration menu - View commit details
-
Copy full SHA for 233b98b - Browse repository at this point
Copy the full SHA 233b98bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b64bca6 - Browse repository at this point
Copy the full SHA b64bca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 438cc83 - Browse repository at this point
Copy the full SHA 438cc83View commit details
Commits on Oct 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 870ade0 - Browse repository at this point
Copy the full SHA 870ade0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9209656 - Browse repository at this point
Copy the full SHA 9209656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06f2917 - Browse repository at this point
Copy the full SHA 06f2917View commit details -
Fix incorrect matching of unknown glucose events
Clean up test output a little to help in troubleshooting
Configuration menu - View commit details
-
Copy full SHA for cf0a853 - Browse repository at this point
Copy the full SHA cf0a853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce4626 - Browse repository at this point
Copy the full SHA 6ce4626View commit details -
Remove timestamp delta allowance and use reference timestamps in check
Glucose events can be out of order (and are frequently). Checking for only reference timestamps should catch all relevant events.
Configuration menu - View commit details
-
Copy full SHA for f266ebb - Browse repository at this point
Copy the full SHA f266ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f6356f - Browse repository at this point
Copy the full SHA 8f6356fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01cdf70 - Browse repository at this point
Copy the full SHA 01cdf70View commit details
Commits on Oct 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 258f2db - Browse repository at this point
Copy the full SHA 258f2dbView commit details