ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
rotorsim_table.h
Go to the documentation of this file.
1
9#ifndef ICAROUS_CFS_ROTORSIM_TABLE_H
10#define ICAROUS_CFS_ROTORSIM_TABLE_H
11
18#define NUM_SIM_WP 5
19
20typedef struct
21{
22 double missionSpeed;
23 double originLL[2];
24 double initialAlt;
25 int numWP;
26 double flightPlan[NUM_SIM_WP][3];
28
29
30#endif //ICAROUS_CFS_PLEXIL_TABLE_H
Rotorsim table data.
Definition: rotorsim_table.h:21
double initialAlt
Definition: rotorsim_table.h:24
double missionSpeed
Definition: rotorsim_table.h:22
int numWP
Definition: rotorsim_table.h:25