#6: Add support for parsing gas changes in the Oceanic backends
-------------------------------------+-------------------------------------
Reporter:| Owner: jefdriesen
jefdriesen | Status: new
Type:| Component: Dive parsing
enhancement | Keywords:
Priority:|
major |
Version:|
master |
Plattform (please give specifics in |
the ticket text): All |
-------------------------------------+-------------------------------------
\
\
Currently, none of the Oceanic backends does support parsing the gas
changes in the profile data.
The first step will be to figure out how the gas changes are stored in the
data. Most likely the tank switch sample is not only used to indicate the
active tank pressure sensor, but also the active gas mix. How this works
for non air integrated models is also unknown. Maybe there is a tank
pressure of zero, or a disabled pressure sensor in this case?
\
\
\
--
Ticket URL: <http://trac.libdivecomputer.org/ticket/6>
libdivecomputer <www.libdivecomputer.org>
a cross-platform and open source library for communication with dive computers from various manufacturers
#3: Add support for parsing temperature in the dive header
-------------------------------------+-------------------------------------
Reporter:| Owner: jefdriesen
jefdriesen | Status: new
Type:| Component: Dive parsing
enhancement | Keywords:
Priority:|
major |
Version:|
master |
Plattform (please give specifics in |
the ticket text): All |
-------------------------------------+-------------------------------------
\
\
Currently, libdivecomputer only parses the temperature stored in the
sample data, but not the dive header. The consequence is that the
temperature is only reported for those devices that record a complete
temperature profile. For those devices that store only a single
temperature value in the dive header, the dc_parser_get_field interface
should be extended with temperature support.
\
\
\
--
Ticket URL: <http://trac.libdivecomputer.org/ticket/3>
libdivecomputer <www.libdivecomputer.org>
a cross-platform and open source library for communication with dive computers from various manufacturers
#4: Add support for parsing tank pressure in the dive header
-------------------------------------+-------------------------------------
Reporter:| Owner: jefdriesen
jefdriesen | Status: new
Type:| Component: Dive parsing
enhancement | Keywords:
Priority:|
major |
Version:|
master |
Plattform (please give specifics in |
the ticket text): All |
-------------------------------------+-------------------------------------
\
\
Currently, libdivecomputer only parses the tank pressure stored in the
sample data, but not the dive header. The consequence is that the tank
pressure is only reported for those devices that record a complete tank
pressure profile. For those devices that store only a single tank pressure
value in the dive header, the dc_parser_get_field interface should be
extended with tank pressure support.
\
\
\
--
Ticket URL: <http://trac.libdivecomputer.org/ticket/4>
libdivecomputer <www.libdivecomputer.org>
a cross-platform and open source library for communication with dive computers from various manufacturers
New user registration for user johnfrombluff
--
libdivecomputer <www.libdivecomputer.org>
a cross-platform and open source library for communication with dive computers from various manufacturers
#10: Error during make
-------------------------------------+-------------------------------------
Reporter:| Owner: jefdriesen
sebastiaan | Status: new
Type:| Component: General
defect | Keywords:
Priority:|
major |
Version:|
master |
Plattform (please give specifics in |
the ticket text): Mac |
-------------------------------------+-------------------------------------
\
\
When running make on the source code I get the following error:
{{{
Making all in examples
CC universal.o
In file included from universal.c:47:0:
utils.h:32:8: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '/' token
universal.c: In function 'doparse':
universal.c:320:2: warning: implicit declaration of function 'message'
[-Wimplicit-function-declaration]
make[2]: *** [universal.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
}}}
I'm using the source from the master branch from the git repository.
\
\
\
--
Ticket URL: <http://trac.libdivecomputer.org/ticket/10>
libdivecomputer <www.libdivecomputer.org>
a cross-platform and open source library for communication with dive computers from various manufacturers
New user registration for user sebastiaan
--
libdivecomputer <www.libdivecomputer.org>
a cross-platform and open source library for communication with dive computers from various manufacturers
New user registration for user Laurie_the_Knot
--
libdivecomputer <www.libdivecomputer.org>
a cross-platform and open source library for communication with dive computers from various manufacturers