From 39f3d36e094a23d53805e5910962ae0413f226b7 Mon Sep 17 00:00:00 2001 From: Alessio Morale Date: Sat, 11 Jan 2014 23:12:14 +0100 Subject: [PATCH] OP-1150/OP-1068 Fix headers for wizard infrastructure --- .../config/calibration/wizardmodel.cpp | 27 +++++++++++++++++++ .../plugins/config/calibration/wizardmodel.h | 27 +++++++++++++++++++ .../config/calibration/wizardstate.cpp | 27 +++++++++++++++++++ .../plugins/config/calibration/wizardstate.h | 27 +++++++++++++++++++ 4 files changed, 108 insertions(+) diff --git a/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.cpp b/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.cpp index 77758b9fe..1bb9ac028 100644 --- a/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.cpp +++ b/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.cpp @@ -1,3 +1,30 @@ +/** + ****************************************************************************** + * + * @file wizardmodel.h + * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. + * + * @brief A fsm state machine model used in wizard like UIs + * @see The GNU Public License (GPL) Version 3 + * @defgroup + * @{ + * + *****************************************************************************/ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #include "wizardmodel.h" WizardModel::WizardModel(QObject *parent) : diff --git a/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.h b/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.h index eaad2aa54..1f3052d03 100644 --- a/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.h +++ b/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.h @@ -1,3 +1,30 @@ +/** + ****************************************************************************** + * + * @file wizardmodel.c + * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. + * + * @brief A fsm state machine model used in wizard like UIs + * @see The GNU Public License (GPL) Version 3 + * @defgroup + * @{ + * + *****************************************************************************/ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #ifndef WIZARDMODEL_H #define WIZARDMODEL_H diff --git a/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.cpp b/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.cpp index 48a62fa2a..fcf127279 100644 --- a/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.cpp +++ b/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.cpp @@ -1,3 +1,30 @@ +/** + ****************************************************************************** + * + * @file wizardstate.h + * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. + * + * @brief A fsm state used in wizard like UI + * @see The GNU Public License (GPL) Version 3 + * @defgroup + * @{ + * + *****************************************************************************/ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #include "wizardstate.h" WizardState::WizardState(QString name, QState *parent) : diff --git a/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.h b/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.h index 131dcecef..b1c36266f 100644 --- a/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.h +++ b/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.h @@ -1,3 +1,30 @@ +/** + ****************************************************************************** + * + * @file wizardstate.c + * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. + * + * @brief A fsm state used in wizard like UI + * @see The GNU Public License (GPL) Version 3 + * @defgroup + * @{ + * + *****************************************************************************/ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #ifndef WIZARDSTATE_H #define WIZARDSTATE_H