C# Class AsterixDisplayAnalyser.DynamicDisplayBuilder

Mostra file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Methods

Method 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

Method Description
UpdateGlobalList ( ) : void

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

Method Details

ActivateSEPTool() public static method

public static ActivateSEPTool ( int Index, int TrackToMonitor ) : void
Index int
TrackToMonitor int
return void

DeactivateSEPTool() public static method

public static DeactivateSEPTool ( int Index, int TargetMonitoredBy ) : void
Index int
TargetMonitoredBy int
return void

GetDisplayData() public static method

public static GetDisplayData ( bool Return_Buffered, System &TargetList ) : void
Return_Buffered bool
TargetList System
return void

GetTargetM_HDGByIndex() public static method

public static GetTargetM_HDGByIndex ( int Index ) : string
Index int
return string

GetTargetMode_C_ByIndex() public static method

public static GetTargetMode_C_ByIndex ( int Index ) : string
Index int
return string

GetTargetPositionByIndex() public static method

public static GetTargetPositionByIndex ( int Index ) : Point
Index int
return Point

GetTargetTRKByIndex() public static method

public static GetTargetTRKByIndex ( int Index ) : string
Index int
return string

GetTarget_CALC_GSPD_ByIndex() public static method

public static GetTarget_CALC_GSPD_ByIndex ( int Index ) : string
Index int
return string

GetTarget_CALC_HDG_ByIndex() public static method

public static GetTarget_CALC_HDG_ByIndex ( int Index ) : string
Index int
return string

GetTarget_DAP_GSPD_ByIndex() public static method

public static GetTarget_DAP_GSPD_ByIndex ( int Index ) : string
Index int
return string

Initialise() public static method

public static Initialise ( ) : void
return void

UpdateCFL() public static method

public static UpdateCFL ( int Index, string CFL_Value ) : void
Index int
CFL_Value string
return void

UpdateHDG() public static method

public static UpdateHDG ( int Index, string HDG_Value ) : void
Index int
HDG_Value string
return void

UpdateSPD() public static method

public static UpdateSPD ( int Index, string SPD_Value ) : void
Index int
SPD_Value string
return void