From a9e3e91f92103a4662d1c1bbee907286ea3048a5 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Sat, 17 Sep 2016 16:59:51 +0200 Subject: [PATCH] LP-245 config: take care of review comments --- ground/gcs/src/plugins/config/config_cc_hw_widget.cpp | 4 ++-- ground/gcs/src/plugins/config/config_cc_hw_widget.h | 7 ++++--- ground/gcs/src/plugins/config/configgadget.cpp | 3 ++- ground/gcs/src/plugins/config/configgadget.h | 3 ++- ground/gcs/src/plugins/config/configinputwidget.cpp | 2 +- ground/gcs/src/plugins/config/configinputwidget.h | 2 +- ground/gcs/src/plugins/config/configoplinkwidget.cpp | 2 +- ground/gcs/src/plugins/config/configoplinkwidget.h | 2 +- ground/gcs/src/plugins/config/configplugin.cpp | 2 +- ground/gcs/src/plugins/config/configplugin.h | 2 +- ground/gcs/src/plugins/config/configrevohwwidget.cpp | 2 +- ground/gcs/src/plugins/config/configrevohwwidget.h | 3 ++- ground/gcs/src/plugins/config/configrevonanohwwidget.cpp | 6 +++--- ground/gcs/src/plugins/config/configrevonanohwwidget.h | 5 +++-- ground/gcs/src/plugins/config/configrevowidget.cpp | 2 +- .../gcs/src/plugins/config/configstabilizationwidget.cpp | 2 +- 16 files changed, 27 insertions(+), 22 deletions(-) diff --git a/ground/gcs/src/plugins/config/config_cc_hw_widget.cpp b/ground/gcs/src/plugins/config/config_cc_hw_widget.cpp index c27cd49d2..6aa155cc7 100644 --- a/ground/gcs/src/plugins/config/config_cc_hw_widget.cpp +++ b/ground/gcs/src/plugins/config/config_cc_hw_widget.cpp @@ -1,14 +1,14 @@ /** ****************************************************************************** * - * @file configtelemetrywidget.h + * @file config_cc_hw_widget.cpp * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin * @{ - * @brief The Configuration Gadget used to update settings in the firmware + * @brief The Configuration Gadget used to update hardware settings in the firmware *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/gcs/src/plugins/config/config_cc_hw_widget.h b/ground/gcs/src/plugins/config/config_cc_hw_widget.h index aaf835935..194521a25 100644 --- a/ground/gcs/src/plugins/config/config_cc_hw_widget.h +++ b/ground/gcs/src/plugins/config/config_cc_hw_widget.h @@ -1,13 +1,14 @@ /** ****************************************************************************** * - * @file configtelemetrytwidget.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @file config_cc_hw_widget.h + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin * @{ - * @brief Telemetry configuration panel + * @brief The Configuration Gadget used to update hardware settings in the firmware *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/gcs/src/plugins/config/configgadget.cpp b/ground/gcs/src/plugins/config/configgadget.cpp index 9be627d5c..e67863e1b 100644 --- a/ground/gcs/src/plugins/config/configgadget.cpp +++ b/ground/gcs/src/plugins/config/configgadget.cpp @@ -2,7 +2,8 @@ ****************************************************************************** * * @file configgadget.cpp - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/config/configgadget.h b/ground/gcs/src/plugins/config/configgadget.h index eead8a3d9..c0380fad7 100644 --- a/ground/gcs/src/plugins/config/configgadget.h +++ b/ground/gcs/src/plugins/config/configgadget.h @@ -2,7 +2,8 @@ ****************************************************************************** * * @file configgadget.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/config/configinputwidget.cpp b/ground/gcs/src/plugins/config/configinputwidget.cpp index 38376e2d1..9234e4847 100644 --- a/ground/gcs/src/plugins/config/configinputwidget.cpp +++ b/ground/gcs/src/plugins/config/configinputwidget.cpp @@ -8,7 +8,7 @@ * @{ * @addtogroup ConfigPlugin Config Plugin * @{ - * @brief Servo input/output configuration panel for the config gadget + * @brief Servo input configuration panel for the config gadget *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/gcs/src/plugins/config/configinputwidget.h b/ground/gcs/src/plugins/config/configinputwidget.h index a110d62c3..c33b6409e 100644 --- a/ground/gcs/src/plugins/config/configinputwidget.h +++ b/ground/gcs/src/plugins/config/configinputwidget.h @@ -8,7 +8,7 @@ * @{ * @addtogroup ConfigPlugin Config Plugin * @{ - * @brief Servo input/output configuration panel for the config gadget + * @brief Servo input configuration panel for the config gadget *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/gcs/src/plugins/config/configoplinkwidget.cpp b/ground/gcs/src/plugins/config/configoplinkwidget.cpp index 23bb9ef37..3f96f37bd 100644 --- a/ground/gcs/src/plugins/config/configoplinkwidget.cpp +++ b/ground/gcs/src/plugins/config/configoplinkwidget.cpp @@ -8,7 +8,7 @@ * @{ * @addtogroup ConfigPlugin Config Plugin * @{ - * @brief The Configuration Gadget used to configure the OPLink and Revo modem + * @brief The Configuration Gadget used to configure the OPLink, Revo and Sparky2 modems ***************************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/gcs/src/plugins/config/configoplinkwidget.h b/ground/gcs/src/plugins/config/configoplinkwidget.h index c20651786..70043e257 100644 --- a/ground/gcs/src/plugins/config/configoplinkwidget.h +++ b/ground/gcs/src/plugins/config/configoplinkwidget.h @@ -8,7 +8,7 @@ * @{ * @addtogroup ConfigPlugin Config Plugin * @{ - * @brief The Configuration Gadget used to configure the OPLink and Revo modem + * @brief The Configuration Gadget used to configure the OPLink, Revo and Sparky2 modems *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/gcs/src/plugins/config/configplugin.cpp b/ground/gcs/src/plugins/config/configplugin.cpp index 806395a6c..0fca675e7 100644 --- a/ground/gcs/src/plugins/config/configplugin.cpp +++ b/ground/gcs/src/plugins/config/configplugin.cpp @@ -1,7 +1,7 @@ /** ****************************************************************************** * - * @file configplugin.h + * @file configplugin.cpp * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins diff --git a/ground/gcs/src/plugins/config/configplugin.h b/ground/gcs/src/plugins/config/configplugin.h index eac7e7892..84efd7c80 100644 --- a/ground/gcs/src/plugins/config/configplugin.h +++ b/ground/gcs/src/plugins/config/configplugin.h @@ -1,7 +1,7 @@ /** ****************************************************************************** * - * @file configgadgetplugin.h + * @file configplugin.h * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins diff --git a/ground/gcs/src/plugins/config/configrevohwwidget.cpp b/ground/gcs/src/plugins/config/configrevohwwidget.cpp index 12111614f..a61b3ab5d 100644 --- a/ground/gcs/src/plugins/config/configrevohwwidget.cpp +++ b/ground/gcs/src/plugins/config/configrevohwwidget.cpp @@ -2,7 +2,7 @@ ****************************************************************************** * * @file configrevohwwidget.cpp - * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ diff --git a/ground/gcs/src/plugins/config/configrevohwwidget.h b/ground/gcs/src/plugins/config/configrevohwwidget.h index 8d4213bbf..181184710 100644 --- a/ground/gcs/src/plugins/config/configrevohwwidget.h +++ b/ground/gcs/src/plugins/config/configrevohwwidget.h @@ -2,7 +2,8 @@ ****************************************************************************** * * @file configrevohwwidget.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/config/configrevonanohwwidget.cpp b/ground/gcs/src/plugins/config/configrevonanohwwidget.cpp index 9511d182b..b3dfd5a27 100644 --- a/ground/gcs/src/plugins/config/configrevonanohwwidget.cpp +++ b/ground/gcs/src/plugins/config/configrevonanohwwidget.cpp @@ -1,14 +1,14 @@ /** ****************************************************************************** * - * @file configrevohwwidget.cpp - * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * @file configrevonanohwwidget.cpp + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin * @{ - * @brief Revolution hardware configuration panel + * @brief Revolution Nano hardware configuration panel *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/gcs/src/plugins/config/configrevonanohwwidget.h b/ground/gcs/src/plugins/config/configrevonanohwwidget.h index d74bab742..ad5afdb39 100644 --- a/ground/gcs/src/plugins/config/configrevonanohwwidget.h +++ b/ground/gcs/src/plugins/config/configrevonanohwwidget.h @@ -1,8 +1,9 @@ /** ****************************************************************************** * - * @file configrevohwwidget.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @file configrevonanohwwidget.h + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup ConfigPlugin Config Plugin diff --git a/ground/gcs/src/plugins/config/configrevowidget.cpp b/ground/gcs/src/plugins/config/configrevowidget.cpp index ee9e21a00..5e74dae45 100644 --- a/ground/gcs/src/plugins/config/configrevowidget.cpp +++ b/ground/gcs/src/plugins/config/configrevowidget.cpp @@ -1,7 +1,7 @@ /** ****************************************************************************** * - * @file configrevowidget.h + * @file configrevowidget.cpp * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins diff --git a/ground/gcs/src/plugins/config/configstabilizationwidget.cpp b/ground/gcs/src/plugins/config/configstabilizationwidget.cpp index 5e9bb0be2..a61524ece 100644 --- a/ground/gcs/src/plugins/config/configstabilizationwidget.cpp +++ b/ground/gcs/src/plugins/config/configstabilizationwidget.cpp @@ -2,7 +2,7 @@ ****************************************************************************** * * @file configstabilizationwidget.cpp - * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2015. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. * E. Lafargue & The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{