C# 클래스 AsterixDisplayAnalyser.DynamicDisplayBuilder

파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
UpdateGlobalList ( ) : void

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

메소드 상세

ActivateSEPTool() 공개 정적인 메소드

public static ActivateSEPTool ( int Index, int TrackToMonitor ) : void
Index int
TrackToMonitor int
리턴 void

DeactivateSEPTool() 공개 정적인 메소드

public static DeactivateSEPTool ( int Index, int TargetMonitoredBy ) : void
Index int
TargetMonitoredBy int
리턴 void

GetDisplayData() 공개 정적인 메소드

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

GetTargetM_HDGByIndex() 공개 정적인 메소드

public static GetTargetM_HDGByIndex ( int Index ) : string
Index int
리턴 string

GetTargetMode_C_ByIndex() 공개 정적인 메소드

public static GetTargetMode_C_ByIndex ( int Index ) : string
Index int
리턴 string

GetTargetPositionByIndex() 공개 정적인 메소드

public static GetTargetPositionByIndex ( int Index ) : Point
Index int
리턴 Point

GetTargetTRKByIndex() 공개 정적인 메소드

public static GetTargetTRKByIndex ( int Index ) : string
Index int
리턴 string

GetTarget_CALC_GSPD_ByIndex() 공개 정적인 메소드

public static GetTarget_CALC_GSPD_ByIndex ( int Index ) : string
Index int
리턴 string

GetTarget_CALC_HDG_ByIndex() 공개 정적인 메소드

public static GetTarget_CALC_HDG_ByIndex ( int Index ) : string
Index int
리턴 string

GetTarget_DAP_GSPD_ByIndex() 공개 정적인 메소드

public static GetTarget_DAP_GSPD_ByIndex ( int Index ) : string
Index int
리턴 string

Initialise() 공개 정적인 메소드

public static Initialise ( ) : void
리턴 void

UpdateCFL() 공개 정적인 메소드

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

UpdateHDG() 공개 정적인 메소드

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

UpdateSPD() 공개 정적인 메소드

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