2010-02-22 03:18:23 +01:00
|
|
|
/**
|
|
|
|
******************************************************************************
|
|
|
|
*
|
|
|
|
* @file uavobjectsinit.c
|
|
|
|
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
|
|
|
* @brief Initialize all objects.
|
2010-03-27 04:19:56 +01:00
|
|
|
* Automatically generated by the UAVObjectGenerator.
|
|
|
|
*
|
|
|
|
* @note This is an automatically generated file.
|
|
|
|
* DO NOT modify manually.
|
2010-02-22 03:18:23 +01:00
|
|
|
* @see The GNU Public License (GPL) Version 3
|
|
|
|
*
|
|
|
|
*****************************************************************************/
|
|
|
|
/*
|
|
|
|
* 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
|
|
|
|
*/
|
|
|
|
|
2010-03-06 07:17:17 +01:00
|
|
|
#include "openpilot.h"
|
2010-05-17 03:58:38 +02:00
|
|
|
#include "actuatorcommand.h"
|
|
|
|
#include "actuatordesired.h"
|
|
|
|
#include "actuatorsettings.h"
|
2010-08-21 23:46:02 +02:00
|
|
|
#include "ahrscalibration.h"
|
2010-08-23 05:39:13 +02:00
|
|
|
#include "ahrssettings.h"
|
2010-07-04 04:21:34 +02:00
|
|
|
#include "ahrsstatus.h"
|
2010-05-24 18:33:36 +02:00
|
|
|
#include "attitudeactual.h"
|
2010-05-17 03:58:38 +02:00
|
|
|
#include "attitudedesired.h"
|
2010-08-15 01:42:14 +02:00
|
|
|
#include "attituderaw.h"
|
2010-08-21 18:19:10 +02:00
|
|
|
#include "baroaltitude.h"
|
2010-12-28 06:13:19 +01:00
|
|
|
#include "batterysettings.h"
|
2010-10-06 07:30:48 +02:00
|
|
|
#include "firmwareiapobj.h"
|
2010-06-13 19:21:31 +02:00
|
|
|
#include "flightbatterystate.h"
|
2011-01-09 23:36:15 +01:00
|
|
|
#include "flightplancontrol.h"
|
|
|
|
#include "flightplansettings.h"
|
|
|
|
#include "flightplanstatus.h"
|
2010-04-18 00:16:20 +02:00
|
|
|
#include "flighttelemetrystats.h"
|
|
|
|
#include "gcstelemetrystats.h"
|
2010-08-21 18:19:18 +02:00
|
|
|
#include "gpsposition.h"
|
2010-08-29 03:46:14 +02:00
|
|
|
#include "gpssatellites.h"
|
2010-08-27 21:59:25 +02:00
|
|
|
#include "gpstime.h"
|
2010-09-26 05:06:27 +02:00
|
|
|
#include "guidancesettings.h"
|
2010-08-19 22:38:27 +02:00
|
|
|
#include "homelocation.h"
|
2010-12-17 08:01:58 +01:00
|
|
|
#include "i2cstats.h"
|
2010-05-17 03:58:38 +02:00
|
|
|
#include "manualcontrolcommand.h"
|
|
|
|
#include "manualcontrolsettings.h"
|
2010-09-20 21:27:08 +02:00
|
|
|
#include "mixersettings.h"
|
|
|
|
#include "mixerstatus.h"
|
2010-04-30 04:28:16 +02:00
|
|
|
#include "objectpersistence.h"
|
2010-12-11 11:56:33 +01:00
|
|
|
#include "pipxtrememodemsettings.h"
|
|
|
|
#include "pipxtrememodemstatus.h"
|
2010-06-10 03:28:06 +02:00
|
|
|
#include "positionactual.h"
|
2010-09-26 05:06:27 +02:00
|
|
|
#include "positiondesired.h"
|
2010-10-24 22:00:02 +02:00
|
|
|
#include "ratedesired.h"
|
2010-05-17 03:58:38 +02:00
|
|
|
#include "stabilizationsettings.h"
|
2010-04-18 04:13:59 +02:00
|
|
|
#include "systemalarms.h"
|
2010-05-17 03:58:38 +02:00
|
|
|
#include "systemsettings.h"
|
2010-04-18 04:13:59 +02:00
|
|
|
#include "systemstats.h"
|
2011-01-09 00:43:34 +01:00
|
|
|
#include "taskinfo.h"
|
2010-05-08 04:44:26 +02:00
|
|
|
#include "telemetrysettings.h"
|
2010-09-26 05:06:27 +02:00
|
|
|
#include "velocityactual.h"
|
|
|
|
#include "velocitydesired.h"
|
2011-01-10 01:16:30 +01:00
|
|
|
#include "watchdogstatus.h"
|
2010-03-27 04:19:56 +01:00
|
|
|
|
2010-02-22 03:18:23 +01:00
|
|
|
|
|
|
|
/**
|
2010-03-27 04:19:56 +01:00
|
|
|
* Function used to initialize the first instance of each object.
|
|
|
|
* This file is automatically updated by the UAVObjectGenerator.
|
2010-02-22 03:18:23 +01:00
|
|
|
*/
|
|
|
|
void UAVObjectsInitializeAll()
|
|
|
|
{
|
2010-05-17 03:58:38 +02:00
|
|
|
ActuatorCommandInitialize();
|
|
|
|
ActuatorDesiredInitialize();
|
|
|
|
ActuatorSettingsInitialize();
|
2010-08-21 23:46:02 +02:00
|
|
|
AHRSCalibrationInitialize();
|
2010-08-23 05:39:13 +02:00
|
|
|
AHRSSettingsInitialize();
|
2010-07-04 04:21:34 +02:00
|
|
|
AhrsStatusInitialize();
|
2010-05-24 18:33:36 +02:00
|
|
|
AttitudeActualInitialize();
|
2010-05-17 03:58:38 +02:00
|
|
|
AttitudeDesiredInitialize();
|
2010-08-15 01:42:14 +02:00
|
|
|
AttitudeRawInitialize();
|
2010-08-21 18:19:10 +02:00
|
|
|
BaroAltitudeInitialize();
|
2010-12-28 06:13:19 +01:00
|
|
|
BatterySettingsInitialize();
|
2010-10-06 07:30:48 +02:00
|
|
|
FirmwareIAPObjInitialize();
|
2010-06-13 19:21:31 +02:00
|
|
|
FlightBatteryStateInitialize();
|
2011-01-09 23:36:15 +01:00
|
|
|
FlightPlanControlInitialize();
|
|
|
|
FlightPlanSettingsInitialize();
|
|
|
|
FlightPlanStatusInitialize();
|
2010-04-18 00:16:20 +02:00
|
|
|
FlightTelemetryStatsInitialize();
|
|
|
|
GCSTelemetryStatsInitialize();
|
2010-08-21 18:19:18 +02:00
|
|
|
GPSPositionInitialize();
|
2010-08-29 03:46:14 +02:00
|
|
|
GPSSatellitesInitialize();
|
2010-08-27 21:59:25 +02:00
|
|
|
GPSTimeInitialize();
|
2010-09-26 05:06:27 +02:00
|
|
|
GuidanceSettingsInitialize();
|
2010-08-19 22:38:27 +02:00
|
|
|
HomeLocationInitialize();
|
2010-12-17 08:01:58 +01:00
|
|
|
I2CStatsInitialize();
|
2010-05-17 03:58:38 +02:00
|
|
|
ManualControlCommandInitialize();
|
|
|
|
ManualControlSettingsInitialize();
|
2010-09-20 21:27:08 +02:00
|
|
|
MixerSettingsInitialize();
|
|
|
|
MixerStatusInitialize();
|
2010-04-30 04:28:16 +02:00
|
|
|
ObjectPersistenceInitialize();
|
2010-12-11 11:56:33 +01:00
|
|
|
PipXtremeModemSettingsInitialize();
|
|
|
|
PipXtremeModemStatusInitialize();
|
2010-06-10 03:28:06 +02:00
|
|
|
PositionActualInitialize();
|
2010-09-26 05:06:27 +02:00
|
|
|
PositionDesiredInitialize();
|
2010-10-24 22:00:02 +02:00
|
|
|
RateDesiredInitialize();
|
2010-05-17 03:58:38 +02:00
|
|
|
StabilizationSettingsInitialize();
|
2010-04-18 04:13:59 +02:00
|
|
|
SystemAlarmsInitialize();
|
2010-05-17 03:58:38 +02:00
|
|
|
SystemSettingsInitialize();
|
2010-04-18 04:13:59 +02:00
|
|
|
SystemStatsInitialize();
|
2011-01-09 00:43:34 +01:00
|
|
|
TaskInfoInitialize();
|
2010-05-08 04:44:26 +02:00
|
|
|
TelemetrySettingsInitialize();
|
2010-09-26 05:06:27 +02:00
|
|
|
VelocityActualInitialize();
|
|
|
|
VelocityDesiredInitialize();
|
2011-01-10 01:16:30 +01:00
|
|
|
WatchdogStatusInitialize();
|
2010-02-22 03:18:23 +01:00
|
|
|
|
|
|
|
}
|