-
Notifications
You must be signed in to change notification settings - Fork 0
/
CDU_SETTINGS.lua
64 lines (64 loc) · 1.12 KB
/
CDU_SETTINGS.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
settings=
{
["attrib_steer_mode"]=0,
["dtsas_owc"]=100,
["time_time"]=72000,
["coords_format"]=0,
["offset_head"]=0,
["offset_number"]=-1,
["time_lcl_adjust"]=0,
["anchor_hud"]=0,
["data_pump"]=0,
["flight_plans"]=
{
},
["time_dtot_adjust"]=0,
["time_month"]=-1,
["wind_profile"]=
{
[1]=
{
},
[2]=
{
},
[3]=
{
},
[4]=
{
},
[5]=
{
},
[6]=
{
},
[0]=
{
},
},
["magnetic_variation"]=0,
["initial_number"]=-1,
["attrib_vnav_mode"]=0,
["offset_dist"]=0,
["dtsas_cr"]=1,
["convergence_factor"]=1,
["attrib_vangle"]=0,
["wind_mode"]=3,
["attrib_scs_mode"]=0,
["dtsas_func"]=1,
["magnetic_variation_src"]=0,
["attrib_vangle_src"]=1,
["anchor_number"]=-1,
["steer_number"]=-1,
["attrib_scale_mode"]=0,
["from_number"]=-1,
["waypoints"]=
{
},
["gps_key_duration"]=180,
["time_day"]=-1,
["gps_key_antispoof"]=0,
["time_year"]=-1,
}