Astrex.Server (Astrex v0.5.1)
View SourceProvides a GenServer to hold the local coordinates. This is useful for applications that are localized (e.g. telescope control) and makes possible to access the functions via the Astrex module, without supplying the local coordinates each time.
Use of the GenServer is by no means mandatory. All the functions can be accessed via the Astrex.Astro.* modules.
If the GenServer is used it is responsibility of the application to start, initialize and supervise it
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
The Genserver is initialized using Greenwich coordinates, unless local coordinates are specified
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for GenServer.init/1
.
The Genserver is initialized using Greenwich coordinates, unless local coordinates are specified