C# Class AsterixDisplayAnalyser.DynamicDisplayBuilder

Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Méthodes publiques

Méthode Description
ActivateSEPTool ( int Index, int TrackToMonitor ) : void
DeactivateSEPTool ( int Index, int TargetMonitoredBy ) : void
GetDisplayData ( bool Return_Buffered, System &TargetList ) : void
GetTargetM_HDGByIndex ( int Index ) : string
GetTargetMode_C_ByIndex ( int Index ) : string
GetTargetPositionByIndex ( int Index ) : Point
GetTargetTRKByIndex ( int Index ) : string
GetTarget_CALC_GSPD_ByIndex ( int Index ) : string
GetTarget_CALC_HDG_ByIndex ( int Index ) : string
GetTarget_DAP_GSPD_ByIndex ( int Index ) : string
Initialise ( ) : void
UpdateCFL ( int Index, string CFL_Value ) : void
UpdateHDG ( int Index, string HDG_Value ) : void
UpdateSPD ( int Index, string SPD_Value ) : void

Private Methods

Méthode Description
UpdateGlobalList ( ) : void

////////////////////////////////////////////////////////////////////////////////////// DO NOT CHANGE THE ORDER OF CALLS BELOW !!!

Method Details

ActivateSEPTool() public static méthode

public static ActivateSEPTool ( int Index, int TrackToMonitor ) : void
Index int
TrackToMonitor int
Résultat void

DeactivateSEPTool() public static méthode

public static DeactivateSEPTool ( int Index, int TargetMonitoredBy ) : void
Index int
TargetMonitoredBy int
Résultat void

GetDisplayData() public static méthode

public static GetDisplayData ( bool Return_Buffered, System &TargetList ) : void
Return_Buffered bool
TargetList System
Résultat void

GetTargetM_HDGByIndex() public static méthode

public static GetTargetM_HDGByIndex ( int Index ) : string
Index int
Résultat string

GetTargetMode_C_ByIndex() public static méthode

public static GetTargetMode_C_ByIndex ( int Index ) : string
Index int
Résultat string

GetTargetPositionByIndex() public static méthode

public static GetTargetPositionByIndex ( int Index ) : Point
Index int
Résultat Point

GetTargetTRKByIndex() public static méthode

public static GetTargetTRKByIndex ( int Index ) : string
Index int
Résultat string

GetTarget_CALC_GSPD_ByIndex() public static méthode

public static GetTarget_CALC_GSPD_ByIndex ( int Index ) : string
Index int
Résultat string

GetTarget_CALC_HDG_ByIndex() public static méthode

public static GetTarget_CALC_HDG_ByIndex ( int Index ) : string
Index int
Résultat string

GetTarget_DAP_GSPD_ByIndex() public static méthode

public static GetTarget_DAP_GSPD_ByIndex ( int Index ) : string
Index int
Résultat string

Initialise() public static méthode

public static Initialise ( ) : void
Résultat void

UpdateCFL() public static méthode

public static UpdateCFL ( int Index, string CFL_Value ) : void
Index int
CFL_Value string
Résultat void

UpdateHDG() public static méthode

public static UpdateHDG ( int Index, string HDG_Value ) : void
Index int
HDG_Value string
Résultat void

UpdateSPD() public static méthode

public static UpdateSPD ( int Index, string SPD_Value ) : void
Index int
SPD_Value string
Résultat void