From 6270f7380f6fd9b73c99193c93860d4042816e7b Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Tue, 23 Jan 2018 10:22:56 -0800 Subject: [PATCH] Launching RoverVideeoCoordinator. Added working logging system and set up QSettings instance --- ground_station/.idea/workspace.xml | 182 +++++++++++++++++- .../Framework/LoggingSystems/Logger.py | 127 ++++++++++++ .../Framework/LoggingSystems/__init__.py | 0 .../VideoSystems/RoverVideoCoordinator.py | 14 +- .../VideoSystems/RoverVideoReceiver.py | 7 - ground_station/RoverGroundStation.py | 7 + 6 files changed, 318 insertions(+), 19 deletions(-) create mode 100644 ground_station/Framework/LoggingSystems/Logger.py create mode 100644 ground_station/Framework/LoggingSystems/__init__.py diff --git a/ground_station/.idea/workspace.xml b/ground_station/.idea/workspace.xml index 201bb79..c6756fc 100644 --- a/ground_station/.idea/workspace.xml +++ b/ground_station/.idea/workspace.xml @@ -16,28 +16,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -95,6 +163,56 @@