SGP4NIF (Sgp4Ex v0.2.1)

View Source

Summary

Functions

Returns true when the native SGP4 NIF was loaded successfully.

Functions

available?()

@spec available?() :: boolean()

Returns true when the native SGP4 NIF was loaded successfully.

load_nif()

propagate_tle(line1, line2, tsince)

@spec propagate_tle(binary(), binary(), float()) :: {:ok, tuple()} | {:error, any()}