dc_decomodel_t class final

Decompression model

The type field contains the decompression algorithm.

The (optional) conservatism field contains the personal adjustment setting of the algorithm. The exact interpretation depends on the dive computer, but the default value (zero) will typically correspond to the neutral setting, while a positive value is more conservative and a negative value more aggressive.

The (optional) params field contains the parameters of the algorithm:

DC_DECOMODEL_BUHLMANN: The Gradient Factor (GF) parameters low and high. For a pure Buhlmann algorithm (e.g. without GF enabled), both values are 100. If GF are enabled, but the actual parameter values are not available from the dive computer, both values are zero.

Inheritance
Implemented types
Available extensions

Constructors

dc_decomodel_t()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
conservatism int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
params UnnamedUnion1
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited