Structures

The following structures are available globally.

  • A value type that represents the calculations performs by a DiveCalculator

    Since

    1.0
    See more

    Declaration

    Swift

    public struct Calculation : Codable
    extension Calculation: Hashable
    extension Calculation: Equatable
    extension Calculation: Comparable
  • An object that represents a scuba diving cylinder.

    Since

    1.0
    See more

    Declaration

    Swift

    public struct DKTank
  • Gas

    An object that represents a scuba diving breathing gas.

    Since

    1.0
    See more

    Declaration

    Swift

    public struct Gas
  • An object that contains values for the partial pressures of the components of a specific diving gas.

    Since

    1.0
    See more

    Declaration

    Swift

    public struct PartialPressure