C# Класс AsterixDisplayAnalyser.DynamicDisplayBuilder

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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