The Petrel (with updated firmware) supports an enhanced communication protocol, which is more efficient and powerfull than the legacy Predator compatibility mode. The new protocol uses data compression for faster transfers and supports the ability to selectively download individual dives. Last but not least, the new protocol isn't limited to the last 128kB of logbook data, but can access the full logbook capacity (16MB).
49 lines
824 B
Makefile
49 lines
824 B
Makefile
libdivecomputerdir = $(includedir)/libdivecomputer
|
|
libdivecomputer_HEADERS = \
|
|
version.h \
|
|
common.h \
|
|
context.h \
|
|
buffer.h \
|
|
descriptor.h \
|
|
iterator.h \
|
|
device.h \
|
|
parser.h \
|
|
datetime.h \
|
|
units.h \
|
|
suunto.h \
|
|
suunto_solution.h \
|
|
suunto_eon.h \
|
|
suunto_vyper.h \
|
|
suunto_vyper2.h \
|
|
suunto_d9.h \
|
|
reefnet.h \
|
|
reefnet_sensus.h \
|
|
reefnet_sensuspro.h \
|
|
reefnet_sensusultra.h \
|
|
uwatec.h \
|
|
uwatec_aladin.h \
|
|
uwatec_memomouse.h \
|
|
uwatec_smart.h \
|
|
oceanic.h \
|
|
oceanic_atom2.h \
|
|
oceanic_veo250.h \
|
|
oceanic_vtpro.h \
|
|
mares.h \
|
|
mares_nemo.h \
|
|
mares_puck.h \
|
|
mares_darwin.h \
|
|
mares_iconhd.h \
|
|
hw.h \
|
|
hw_ostc.h \
|
|
hw_frog.h \
|
|
cressi.h \
|
|
cressi_edy.h \
|
|
cressi_leonardo.h \
|
|
zeagle.h \
|
|
zeagle_n2ition3.h \
|
|
atomics.h \
|
|
atomics_cobalt.h \
|
|
shearwater.h \
|
|
shearwater_petrel.h \
|
|
shearwater_predator.h
|