mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
We currently carry two pressures around for all the samples and plot info, but the second pressure is reserved for CCR dives as the O2 cylinder pressure. That's kind of annoying when we *could* use it for regular sidemount dives as the secondary pressure. So start prepping for that instead: don't make it "pressure" and "o2pressure", make it just be an array of two pressure values. NOTE! This is purely mindless prepwork. It literally just does a search-and-replace, keeping the exact same semantics, so "pressure[1]" is still just O2 pressure. But at some future date, we can now start using it for a second sensor value for sidemount instead. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |
||
---|---|---|
.. | ||
subsurface-qt | ||
android.cpp | ||
btdiscovery.cpp | ||
btdiscovery.h | ||
checkcloudconnection.cpp | ||
checkcloudconnection.h | ||
cloudstorage.cpp | ||
cloudstorage.h | ||
CMakeLists.txt | ||
cochran.c | ||
cochran.h | ||
color.cpp | ||
color.h | ||
compressibility.r | ||
configuredivecomputer.cpp | ||
configuredivecomputer.h | ||
configuredivecomputerthreads.cpp | ||
configuredivecomputerthreads.h | ||
datatrak.c | ||
datatrak.h | ||
deco.c | ||
deco.h | ||
device.c | ||
device.h | ||
devicedetails.cpp | ||
devicedetails.h | ||
display.h | ||
dive.c | ||
dive.h | ||
divecomputer.cpp | ||
divecomputer.h | ||
divelist.c | ||
divelist.h | ||
divelogexportlogic.cpp | ||
divelogexportlogic.h | ||
divesite.c | ||
divesite.cpp | ||
divesite.h | ||
divesitehelpers.cpp | ||
divesitehelpers.h | ||
downloadfromdcthread.cpp | ||
downloadfromdcthread.h | ||
equipment.c | ||
exif.cpp | ||
exif.h | ||
file.c | ||
file.h | ||
gas-model.c | ||
gaspressures.c | ||
gaspressures.h | ||
gettext.h | ||
gettextfromc.cpp | ||
gettextfromc.h | ||
git-access.c | ||
git-access.h | ||
gpslocation.cpp | ||
gpslocation.h | ||
helpers.h | ||
imagedownloader.cpp | ||
imagedownloader.h | ||
isocialnetworkintegration.cpp | ||
isocialnetworkintegration.h | ||
libdivecomputer.c | ||
libdivecomputer.h | ||
linux.c | ||
liquivision.c | ||
load-git.c | ||
macos.c | ||
membuffer.c | ||
membuffer.h | ||
metrics.cpp | ||
metrics.h | ||
ostctools.c | ||
parse-xml.c | ||
planner.c | ||
planner.h | ||
plannernotes.c | ||
pluginmanager.cpp | ||
pluginmanager.h | ||
pref.h | ||
prefs-macros.h | ||
profile.c | ||
profile.h | ||
qt-ble.cpp | ||
qt-ble.h | ||
qt-gui.h | ||
qt-init.cpp | ||
qthelper.cpp | ||
qthelper.h | ||
qthelperfromc.h | ||
qtserialbluetooth.cpp | ||
save-git.c | ||
save-html.c | ||
save-html.h | ||
save-xml.c | ||
serial_ftdi.c | ||
sha1.c | ||
sha1.h | ||
statistics.c | ||
statistics.h | ||
strndup.h | ||
strtod.c | ||
subsurfacestartup.c | ||
subsurfacestartup.h | ||
subsurfacesysinfo.cpp | ||
subsurfacesysinfo.h | ||
taxonomy.c | ||
taxonomy.h | ||
time.c | ||
uemis-downloader.c | ||
uemis.c | ||
uemis.h | ||
units.h | ||
version.c | ||
version.h | ||
webservice.h | ||
windows.c | ||
windowtitleupdate.cpp | ||
windowtitleupdate.h | ||
worldmap-options.h | ||
worldmap-save.c | ||
worldmap-save.h |