aboutsummaryrefslogtreecommitdiffstats
path: root/core/profile.h
AgeCommit message (Expand)Author
2021-01-20cleanup: constify create_plot_info_new()Gravatar Berthold Stoeger
2021-01-10profile: pass dive to RulerItemGravatar Berthold Stoeger
2021-01-10profile: pass dive to ToolTipItem::refresh()Gravatar Berthold Stoeger
2021-01-10profile: use a parameter to determine planner stateGravatar Berthold Stoeger
2021-01-10cleanup: make calculate_deco_information() of static linkageGravatar Berthold Stoeger
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-07-02profile: fix displaying of profiles with multiple pressure sensorsGravatar Berthold Stoeger
2020-05-01cleanup: make analyze_plot_info local to profile.cGravatar Berthold Stoeger
2020-05-01cleanup: const-ify a few functions in planner.cGravatar Berthold Stoeger
2019-11-28Add current GF to infoboxGravatar Robert C. Helling
2019-11-09Profile: dynamically allocate plot pressure dataGravatar Berthold Stoeger
2019-11-09Profile: pass index instead of pointer to set_plot_pressure_dataGravatar Berthold Stoeger
2019-11-09Profile: switch pressure-accessing functions to indexesGravatar Berthold Stoeger
2019-11-09Profile: change get_plot_pressure to take index instead of pointerGravatar Berthold Stoeger
2019-08-28Profile: properly initialize plot_info structuresGravatar Berthold Stoeger
2019-08-08Cleanup: move planner/deco related declarations planner/deco.hGravatar Berthold Stoeger
2019-07-18Cleanup: declare functions in profile.h as externGravatar Berthold Stoeger
2019-07-18Cleanup: make the plot-pressure type an enumGravatar Berthold Stoeger
2019-07-18Cleanup: introduce function to set pressure valuesGravatar Berthold Stoeger
2019-07-18Cleanup: replace pressure reading macros by inline functionsGravatar Berthold Stoeger
2019-07-18Cleanup: turn GET_PRESSURE macro into inline functionGravatar Berthold Stoeger
2019-07-18Cleanup: remove unused macro SAC_WINDOWGravatar Berthold Stoeger
2019-07-06Cleanup: call calculate_max_limits_new() in create_plot_info_new()Gravatar Berthold Stoeger
2019-07-06Cleanup: fix memory management of the plot dataGravatar Berthold Stoeger
2019-02-05Include surface GF in infoboxGravatar Robert C. Helling
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-04-28Plot OC-pO2 graph for SCR divesGravatar Willem Ferguson
2018-04-11Look for actual isobaric counter diffusionGravatar Robert C. Helling
2017-11-25Hand planner variables to profileGravatar Robert C. Helling
2017-11-25Localize global planner stateGravatar Robert C. Helling
2017-07-27Profile support for multiple concurrent pressure sensorsGravatar Linus Torvalds
2017-07-21Start cleaning up sensor indexing for multiple sensorsGravatar Linus Torvalds
2017-07-20Unify sample pressure and o2pressure as pressure[2] arrayGravatar Linus Torvalds
2017-05-26Compute and display gas densityGravatar Robert C. Helling
2017-04-29Add SPDX header to remaining core filesGravatar Dirk Hohndel
2016-04-20Don't calculate the 9 minute averageGravatar Dirk Hohndel
2016-04-20Only do 9 minute interval for min/max/avgGravatar Dirk Hohndel
2016-04-20Fix 3-, 6- and 9-minute min/max calculationsGravatar Linus Torvalds
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel