annotate .hgtags @ 471:73da921869d9 fix-bat-2

bugfix: implement battery charge percentage in dive header This commit is (much) less trivial than the related 919e5cb51c92. First, rename the CCRmode attribute (corresponding to byte Ox59) of the SLogbookHeaderOSTC3. This byte (according to the hwOS interface document) does not contain any CCR related value, but it contains "battery information". Already since 2017, this byte is used from libdivecomputer to interface the charge percentage. So, its renamed from CCRmode to batteryCharge, to reflect its true purpose. Now, simply add a batteryCharge attribute to the SLogbookHeader (and see below why that is possible, without breaking things). The remaining changes are trivial to implement battery charge percentage in dive header. Caveat: do not get confused by the exact role of the individual logbook header types. SLogbookHeaderOSTC3 is the formal type of the logbook format that the OSTC4 produces. This format is supposed to identical to the format, as is used in hwOS for the series of small OSTCs. Only some values of attributes are different. For example, the OSTC4 supports VPM, so byte 0x79 (deco model used for this dive) also has a value for VPM. But the SLogbookHeader type, despite its name and structure, is *not* a true logbook header, as it includes attributes that are not available in the SLogbookHeaderOSTC3 formal header type. Signed-off-by: Jan Mulder <jan@jlmulder.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Wed, 22 Apr 2020 13:08:57 +0200
parents 4787cd767a9d
children 9b7e3ebce463
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
260
ec33b9b17ffd Added tag V1.4.7 release for changeset 1b9be6040d82
Jan Mulder <jlmulder@xs4all.nl>
parents:
diff changeset
1 1b9be6040d8279117c7fc99d528790611638f10b V1.4.7 release
294
e424ad056b58 Added tag v1.4.8 release for changeset ba9d99a2e310
Jan Mulder <jlmulder@xs4all.nl>
parents: 260
diff changeset
2 ba9d99a2e310da601a948ff11ad665260c600e18 v1.4.8 release
353
9c8e2e962f55 Added tag v1.5.0 release for changeset 143fe85f82a2
Jan Mulder <jlmulder@xs4all.nl>
parents: 294
diff changeset
3 143fe85f82a2e2aca50eb0c29bc55066cb4fe497 v1.5.0 release
388
a848e22bc527 Added tag v1.5.1 release for changeset afa55a50cc72
Jan Mulder <jlmulder@xs4all.nl>
parents: 353
diff changeset
4 afa55a50cc724b11b959fa81567d59ede251ef22 v1.5.1 release
418
f1fb4aa0e9eb Added tag v1.5.2.beta release for changeset 54a480c43e97
Jan Mulder <jan@jlmulder.nl>
parents: 388
diff changeset
5 54a480c43e977db8fc6969551ad6148f2ad46e15 v1.5.2.beta release
440
4787cd767a9d Added tag v1.5.3 release for changeset 5b4c78c36b04
heinrichsweikamp
parents: 418
diff changeset
6 5b4c78c36b0456ff65d1a0870d07d4072045480d v1.5.3 release