libgs.groundstation

date:Thu May 25 14:08:34 2017
author:Kjetil Wormnes

This implements the main GroundStation class. It derives from GroundStationbase as it is conceivable that a different type of implementation would be desired. In general, however, most implementation of Ground Stations will want to derive from the GroundStation class and just overload the methods that are needed.

Classes

GSState([callbacks, callback_dt, pollmap]) Class to hold ground station state variables.
GroundStation(name[, propagator, protocols, …]) Main class for the Ground Station
GroundStationBase Base class for ground stations.
UILogHandler(gsstate) A custom logging.Handler that can be used to log to GSState.libgs_log