Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KingfuChan committed Jul 19, 2023
1 parent ae38a51 commit 5f473ba
Show file tree
Hide file tree
Showing 5 changed files with 729 additions and 226 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
################################################################################

/.vs/
/Debug/
/.DS_Store
/._.DS_Store
/Release/
/RDFPlugin/Debug
*Debug/
*.DS_Store
*Release/
/RDFPlugin/Release
._README.md
9 changes: 8 additions & 1 deletion RDFPlugin/Libs/EuroScopePlugIn.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ const int TAG_ITEM_TYPE_CONFLICT_TYPE = 88 ;
const int TAG_ITEM_TYPE_MSAW_INDICATOR = 89 ;
const int TAG_ITEM_TYPE_SIMULATION_INDICATOR = 90 ;
const int TAG_ITEM_TYPE_SIMULATION_WAYPOINT = 91 ;
const int TAG_ITEM_TYPE_ASSIGNED_HEADING_STATIC = 92 ;
const int TAG_ITEM_TYPE_AIRLINE_NAME = 93 ;
const int TAG_ITEM_TYPE_SIMULATION_IAS = 94 ;
const int TAG_ITEM_TYPE_SIMULATION_ALTITUDE = 95 ;
const int TAG_ITEM_TYPE_SIMULATION_HEADING = 96 ;

const int TAG_ITEM_FUNCTION_NO = 0 ;
const int TAG_ITEM_FUNCTION_TOGGLE_ROUTE_DRAW = 1 ;
Expand Down Expand Up @@ -204,6 +209,8 @@ const int TAG_ITEM_FUNCTION_SIMUL_TAXI_BEHIND = 40 ;
const int TAG_ITEM_FUNCTION_SIMULATION_POPUP = 41 ;
const int TAG_ITEM_FUNCTION_SIMUL_NEXT_WAYPOINTS = 42 ;
const int TAG_ITEM_FUNCTION_SIMUL_HOLDING_POINTS = 43 ;
const int TAG_ITEM_FUNCTION_CONFLICT_DETECTION_TOOL2 = 44 ;
const int TAG_ITEM_FUNCTION_SIMUL_ROUTES_POPUP = 45 ;

const int TAG_DATA_UNCORRELATED_RADAR = 1 ;
const int TAG_DATA_FLIGHT_PLAN_TRACK = 2 ;
Expand Down Expand Up @@ -1875,7 +1882,7 @@ class DllSpecEuroScope CFlightPlan
const char * GetGroundState ( void ) const ;
//-----------------------------------------------------------------
// Return :
// The ground state of the AC (PUSH, TAXI, DEPA or empty).
// The ground state of the AC (ST-UP, PUSH, TAXI, DEPA or empty).
//-----------------------------------------------------------------


Expand Down
Binary file modified RDFPlugin/Libs/EuroScopePlugInDll.lib
Binary file not shown.
Binary file added RDFPlugin/Libs/EuroScopePlugInDll.pdb
Binary file not shown.
Loading

0 comments on commit 5f473ba

Please sign in to comment.