forked from subsurface/libdc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Mares Genius supports a new command to download different types of objects (e.g. dive header, dive profiles, etc) directly, without needing to manually read and parse the contents of the flash memory. The data structure also changed significantly. The profile data is now organized into different records. Each record starts and ends with a 4 byte ascii marker: DSTR: Dive start record TISS: Tissue record DPRS: Sample record AIRS: Air integration record DEND: Dive end record and contains a CRC checksum. The contents of the records remains very similar to the existing iconhd data format. Based-on-code-by: Janice McLaughlin <janice@moremobilesoftware.com>
- Loading branch information
1 parent
a74d4ca
commit feec939
Showing
3 changed files
with
698 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.