CalculationType
public enum CalculationType : Int, Codable
The type of calculation performed.
-
Unspecified, representing an unspecified calculation type.
Declaration
Swift
case unspecified -
Depth Air Consumption
Declaration
Swift
case depthAirConsumption -
Respiratory Minute Volume
Declaration
Swift
case respiratoryMinuteVolume -
Surface Air Consumption
Declaration
Swift
case surfaceAirConsumption -
Atmospheres Absolute
Declaration
Swift
case atmospheresAbsolute -
Gauge Pressure
Declaration
Swift
case gaugePressure -
Pressure Change
Declaration
Swift
case pressureChange -
Air Volume To Surface
Declaration
Swift
case airVolumeToSurface -
Air Volume From Surface
Declaration
Swift
case airVolumeFromSurface -
Maximum Operating Depth
Declaration
Swift
case maximumOperatingDepth -
Equivalent Air Depth
Declaration
Swift
case equivalentAirDepth
CalculationType Enumeration Reference