Package libdivecomputer-devel
- dc_buffer_append(3) β append to a binary buffer
- dc_buffer_free(3) β free an resizable binary buffer
- dc_buffer_get_data(3) β get the data of a buffer
- dc_buffer_get_size(3) β get the size used by a buffer
- dc_buffer_new(3) β create an resizable binary buffer
- dc_buffer_prepend(3) β prepend to a binary buffer
- dc_context_free(3) β free a device-handling context
- dc_context_new(3) β create a new device-handling context
- dc_context_set_logfunc(3) β set the logging function for a dive computer context
- dc_context_set_loglevel(3) β set the logging level for a dive computer context
- dc_datetime_gmtime(3) β convert an timestamp to GMT date and time
- dc_datetime_localtime(3) β convert an timestamp to local date and time
- dc_datetime_mktime(3) β convert an local date and time to a timestamp
- dc_datetime_now(3) β return the current integral timestamp
- dc_descriptor_free(3) β free a dive computer descriptor reference
- dc_descriptor_get_product(3) β get the product of a dive computer descriptor
- dc_descriptor_get_vendor(3) β get the vendor of a dive computer descriptor
- dc_descriptor_iterator(3) β get all supported dive computers
- dc_device_close(3) β close a dive computer device
- dc_device_foreach(3) β iterate over dives in a dive computer
- dc_device_open(3) β open a dive computer device
- dc_device_set_cancel(3) β callback to check whether processing should cancel
- dc_device_set_events(3) β set events logged during device interaction
- dc_device_set_fingerprint(3) β set the last-seen dive fingerprint
- dc_iterator_free(3) β frees an iterator
- dc_iterator_next(3) β next element in an iterator
- dc_parser_destroy(3) β destroys a single dive parser
- dc_parser_get_datetime(3) β extract the date and time from a parsed dive
- dc_parser_get_field(3) β extract a field from a parsed dive
- dc_parser_new(3) β create a parser for a single dive
- dc_parser_samples_foreach(3) β iterate over samples taken during a dive
- dc_parser_set_data(3) β assigns parse data to a dive parser
- libdivecomputer(3) β communicate with dive computers
