[][src]Module diving_decompression::airtables

this module provides functionality for the US Navy dive tables

Structs

DecoDepth

a depth in the air decompression table

DecoStops

an item from a row of the table for air decompression

Group

A specific item in one of the rows of the US Navy air no-decompression table

Rnt

item in the row of the table for residual nitrogen time

RowDeco

a row in a depth of the air decompression

RowNdl

row in the air No Decompression table

RowRgl

a row of the table for surface interval time and repetitive letter

RowRnt

a row in the table for residual nitrogen time

TableAirDeco

the air decompression table

TableNdl

This is the main type for the entire US NAVY air No decompression table

TableRgl

the table for surface interval time and repetitive letter

TableRnt

the table for residual nitrogen time

Functions

deco_table

deco_table() returns a typed and serialized US Navy air decompression table from rev7 of the US Navy dive manual

nodeco_table

nodeco_table() returns a typed and serialized US Navy air no-decompression table from rev7 of the US Navy dive manual.

rgl_table

rgl_table() returns a typed and serialized US Navy repetitive group letter table from rev7 of the US Navy dive manual

rnt_table

rnt_table() returns a typed and serialized US Navy residual nitrogen time table from rev7 of the US Navy dive manual