APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include "AP_HAL_SITL.h"
#include "AP_HAL_SITL_Namespace.h"
#include "HAL_SITL_Class.h"
#include "UARTDriver.h"
#include <stdio.h>
#include <signal.h>
#include <unistd.h>
#include <AP_HAL/utility/getopt_cpp.h>
#include <SITL/SIM_Multicopter.h>
#include <SITL/SIM_Helicopter.h>
#include <SITL/SIM_SingleCopter.h>
#include <SITL/SIM_Plane.h>
#include <SITL/SIM_QuadPlane.h>
#include <SITL/SIM_Rover.h>
#include <SITL/SIM_CRRCSim.h>
#include <SITL/SIM_Gazebo.h>
#include <SITL/SIM_last_letter.h>
#include <SITL/SIM_JSBSim.h>
#include <SITL/SIM_Tracker.h>
#include <SITL/SIM_Balloon.h>
#include <SITL/SIM_FlightAxis.h>
#include <SITL/SIM_Calibration.h>
#include <SITL/SIM_XPlane.h>
#include <SITL/SIM_Submarine.h>
Go to the source code of this file.
Functions | |
static void | _sig_fpe (int signum) |
Variables | |
const AP_HAL::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
struct { | |
const char * name | |
Aircraft *(* constructor )(const char *home_str, const char *frame_str) | |
} | model_constructors [] |
|
static |
Definition at line 37 of file SITL_cmdline.cpp.
Referenced by HALSITL::SITL_State::_set_signal_handlers().
Aircraft*(* constructor) (const char *home_str, const char *frame_str) |
Definition at line 82 of file SITL_cmdline.cpp.
const AP_HAL::HAL& hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition at line 14 of file AC_PID_test.cpp.
const { ... } model_constructors[] |
Referenced by HALSITL::SITL_State::_parse_command_line().
const char* name |
Definition at line 81 of file SITL_cmdline.cpp.
Referenced by HALSITL::SITL_State::_parse_command_line().