23 #include <wx/string.h>
25 bool g_bAIS_ACK_Timeout;
26 bool g_bAIS_CPA_Alert;
27 bool g_bAIS_CPA_Alert_Audio;
28 bool g_bAIS_CPA_Alert_Suppress_Moored;
29 bool g_bAIS_DSC_Alert_Audio;
30 bool g_bAIS_GCPA_Alert_Audio;
31 bool g_bAIS_SART_Alert_Audio;
32 bool g_bAISShowTracks;
33 bool g_bAisTargetList_sortReverse;
34 bool g_bAllowShowScaled;
35 bool g_bAnchor_Alert_Audio;
38 bool g_bDrawAISRealtime;
40 bool g_benableAISNameCache;
46 bool g_bShowAreaNotices;
49 bool g_bSyncCogPredictors;
51 bool g_bTrackCarryOver;
52 bool g_AisFirstTimeUse;
54 double g_AckTimeout_Mins;
55 double g_AIS_RealtPred_Kts;
56 double g_AISShowTracks_Limit;
57 double g_AISShowTracks_Mins;
60 double g_MarkLost_Mins;
61 double g_RemoveLost_Mins;
62 double g_ShowCOG_Mins;
63 double g_ShowMoored_Kts;
65 double g_SOGminCOG_kts;
67 int g_ais_alert_dialog_sx, g_ais_alert_dialog_sy;
68 int g_ais_alert_dialog_x, g_ais_alert_dialog_y;
69 int g_ais_query_dialog_x, g_ais_query_dialog_y;
70 int g_AisTargetList_range;
71 int g_AisTargetList_sortColumn;
72 int g_ScaledNumWeightCPA;
73 int g_ScaledNumWeightRange;
74 int g_ScaledNumWeightSizeOfT;
75 int g_ScaledNumWeightSOG;
76 int g_ScaledNumWeightTCPA;
77 int g_ScaledSizeMinimal;
79 int g_Show_Target_Name_Scale;
80 int g_track_rotate_time;
81 int g_track_rotate_time_type;
83 wxString g_AIS_sound_file;
84 wxString g_AisTargetList_column_order;
85 wxString g_AisTargetList_column_spec;
86 wxString g_AisTargetList_perspective;
87 wxString g_anchorwatch_sound_file;
88 wxString g_DSC_sound_file;
89 wxString g_sAIS_Alert_Sound_File;