NinjaFlight
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
sitl.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdint.h>
4
5
// this file is part of ninjasitl and contains the sitl interface. You need to get ninjasitl to get this file.
6
#include "fc_sitl.h"
7
8
typedef
enum
{
9
SITL_FRAME_UNKNOWN
= 0,
10
SITL_FRAME_QUAD_PLUS
,
11
SITL_FRAME_QUAD_X
,
12
SITL_FRAME_RANGER_TILT_X
13
}
sitl_frame_type_t
;
14
15
enum
{
16
SITL_MODE_PHYSICS_ON_CLIENT
= 0,
17
SITL_MODE_PHYSICS_ON_SERVER
= 1
18
};
SITL_FRAME_QUAD_X
Definition:
sitl.h:11
sitl_frame_type_t
sitl_frame_type_t
Definition:
sitl.h:8
SITL_FRAME_UNKNOWN
Definition:
sitl.h:9
SITL_MODE_PHYSICS_ON_CLIENT
Definition:
sitl.h:16
SITL_FRAME_RANGER_TILT_X
Definition:
sitl.h:12
SITL_FRAME_QUAD_PLUS
Definition:
sitl.h:10
SITL_MODE_PHYSICS_ON_SERVER
Definition:
sitl.h:17
src
main
sitl
sitl.h
Generated on Mon Dec 12 2016 15:48:50 for NinjaFlight by
1.8.7