mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:53:23 +00:00
Add beginning of pretend CCR XML file
Note that we are missing code to write out the new attributes, so saving this test dive back to a file loses them. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0c8dbc2061
commit
1644be22ac
1 changed files with 19 additions and 0 deletions
19
dives/test35.xml
Normal file
19
dives/test35.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<divelog program='subsurface' version='2'>
|
||||
<settings>
|
||||
</settings>
|
||||
<dives>
|
||||
<dive number='35' date='2014-04-01' time='07:00:00' duration='29:30 min'>
|
||||
<notes>Pretend XML from CCR.</notes>
|
||||
<divecomputer model='made up' dctype=' CCR ' no_o2sensors='3' deviceid='00001111' diveid='00001111'>
|
||||
<depth max='70.0 m' mean='29.364 m' />
|
||||
<sample time='0:00 min' depth='0.0 m' />
|
||||
<sample time='3:00 min' depth='30.0 m' />
|
||||
<sample time='7:00 min' depth='70.0 m' />
|
||||
<sample time='11:00 min' depth='70.0 m' />
|
||||
<sample time='15:00 min' depth='30.0 m' />
|
||||
<sample time='20:30 min' depth='5.0 m' />
|
||||
<sample time='29:30 min' depth='5.0 m' />
|
||||
</divecomputer>
|
||||
</dive>
|
||||
</dives>
|
||||
</divelog>
|
Loading…
Add table
Reference in a new issue