Merge with upstream libdivecomputer from Jef: - more Cochran work from John Van Ostrand - new 'timesync' interface to synchronize the clock on a dive computer - support for Aqualung i200 - misc updates (Cressi Leonardo fix, OSTC 3+ renaming, fix surface pressure on iX3M, idive salinity parsing) - HIDAPI work. It turns out that HIDAPI is not compatible with libusb in the actual packet sending path, so this will need some more cleanups - Jef doesn't see the issue because he doesn't have a generic packet IO layer and doesn't share packets with the BLE code. * git://git.libdivecomputer.org/libdivecomputer: (25 commits) Add basic timezone support Add time synchronization to the example application Implement the new api for the HW devices Add support for synchronizing the device clock Use hidapi as the default USB HID library Workaround for a Windows hidapi issue Reset the number of bytes to zero on error Add a zero report ID to the commands Fix compatibility issue with hidapi Implement the salinity field Fix the atmospheric pressure for the iX3M Rename the OSTC 3+ to OSTC Plus Locate the most recent dive using the logbook pointers Add support for the Aqualung i200 Add event handling to TM model Fix profile buffer size and address size Add three event codes Add support for the Commander TM Dump function no longer assumes reads begin at byte 0 Remove unneeded function ...
102 lines
2.2 KiB
Plaintext
102 lines
2.2 KiB
Plaintext
dc_version
|
|
dc_version_check
|
|
|
|
dc_buffer_new
|
|
dc_buffer_free
|
|
dc_buffer_clear
|
|
dc_buffer_reserve
|
|
dc_buffer_resize
|
|
dc_buffer_append
|
|
dc_buffer_prepend
|
|
dc_buffer_slice
|
|
dc_buffer_get_size
|
|
dc_buffer_get_data
|
|
|
|
dc_datetime_now
|
|
dc_datetime_localtime
|
|
dc_datetime_gmtime
|
|
dc_datetime_mktime
|
|
|
|
dc_context_new
|
|
dc_context_free
|
|
dc_context_set_loglevel
|
|
dc_context_set_logfunc
|
|
dc_context_set_custom_io
|
|
|
|
dc_iterator_next
|
|
dc_iterator_free
|
|
|
|
dc_descriptor_iterator
|
|
dc_descriptor_free
|
|
dc_descriptor_get_vendor
|
|
dc_descriptor_get_product
|
|
dc_descriptor_get_type
|
|
dc_descriptor_get_model
|
|
dc_descriptor_get_transport
|
|
|
|
dc_parser_new
|
|
dc_parser_new2
|
|
dc_parser_get_type
|
|
dc_parser_set_data
|
|
dc_parser_get_datetime
|
|
dc_parser_get_field
|
|
dc_parser_samples_foreach
|
|
dc_parser_destroy
|
|
|
|
reefnet_sensus_parser_set_calibration
|
|
reefnet_sensuspro_parser_set_calibration
|
|
reefnet_sensusultra_parser_set_calibration
|
|
atomics_cobalt_parser_set_calibration
|
|
|
|
dc_device_open
|
|
dc_device_close
|
|
dc_device_dump
|
|
dc_device_foreach
|
|
dc_device_get_type
|
|
dc_device_read
|
|
dc_device_set_cancel
|
|
dc_device_set_events
|
|
dc_device_set_fingerprint
|
|
dc_device_timesync
|
|
dc_device_write
|
|
|
|
oceanic_atom2_device_version
|
|
oceanic_atom2_device_keepalive
|
|
oceanic_veo250_device_version
|
|
oceanic_veo250_device_keepalive
|
|
oceanic_vtpro_device_version
|
|
oceanic_vtpro_device_keepalive
|
|
reefnet_sensus_device_get_handshake
|
|
reefnet_sensuspro_device_get_handshake
|
|
reefnet_sensuspro_device_write_interval
|
|
reefnet_sensusultra_device_read_user
|
|
reefnet_sensusultra_device_sense
|
|
reefnet_sensusultra_device_get_handshake
|
|
reefnet_sensusultra_device_write_parameter
|
|
reefnet_sensusultra_device_write_user
|
|
suunto_d9_device_version
|
|
suunto_d9_device_reset_maxdepth
|
|
suunto_eon_device_write_interval
|
|
suunto_eon_device_write_name
|
|
suunto_vyper2_device_version
|
|
suunto_vyper2_device_reset_maxdepth
|
|
hw_ostc_device_md2hash
|
|
hw_ostc_device_eeprom_read
|
|
hw_ostc_device_eeprom_write
|
|
hw_ostc_device_reset
|
|
hw_ostc_device_screenshot
|
|
hw_ostc_device_fwupdate
|
|
hw_frog_device_version
|
|
hw_frog_device_display
|
|
hw_frog_device_customtext
|
|
hw_ostc3_device_version
|
|
hw_ostc3_device_hardware
|
|
hw_ostc3_device_display
|
|
hw_ostc3_device_customtext
|
|
hw_ostc3_device_config_read
|
|
hw_ostc3_device_config_write
|
|
hw_ostc3_device_config_reset
|
|
hw_ostc3_device_fwupdate
|
|
atomics_cobalt_device_version
|
|
atomics_cobalt_device_set_simulation
|