You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
Modula-2
37 lines
1.1 KiB
Modula-2
2 years ago
|
; GISControlDlg.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "GISControlDlg"
|
||
|
DESCRIPTION 'GISControlDlg Windows Dynamic Link Library'
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
CreateWnd @1
|
||
|
DeleteWnd @2
|
||
|
SetUAVFlyCoordinate @3
|
||
|
AddTarget @4
|
||
|
DeleteTarget @5
|
||
|
DeleteAllTargets @6
|
||
|
DrawBindFlyLine @7
|
||
|
ShowWnd @8
|
||
|
SetGCSPosition @9
|
||
|
DrawGuidePoint @10
|
||
|
DisplayFlyLine @11
|
||
|
SetMsgInfo @12
|
||
|
DrawCallBackPoint @13
|
||
|
SetLoadLineMsgInfo @14
|
||
|
GetWnd @15
|
||
|
GetHWnd @16
|
||
|
MoveWnd @17
|
||
|
CS2CS @18
|
||
|
ReadLine @19
|
||
|
AddAirPt @20
|
||
|
SetMap @21
|
||
|
SetMode @22
|
||
|
DRAW_FK @23
|
||
|
ShowLine @24
|
||
|
GMTI @25
|
||
|
MoveWnd2 @26
|
||
|
ShowGISDlg @27
|
||
|
GetMouseWheel @28
|
||
|
UpdateDataInfo @29
|
||
|
AddAirPt_ADS @30
|