Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2017-01-11 17:20:33 +00:00
parent 8f552c2735
commit 2a5c59a38c
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -698,6 +698,7 @@ EIN_EXPORT int __stdcall EgtGetBaseId( const wchar_t* wsBase) ;
EIN_EXPORT int __stdcall EgtGetTableId( const wchar_t* wsTable) ;
EIN_EXPORT int __stdcall EgtGetAxisId( const wchar_t* wsAxis) ;
EIN_EXPORT int __stdcall EgtGetHeadId( const wchar_t* wsHead) ;
EIN_EXPORT int __stdcall EgtGetHeadExitCount( const wchar_t* wsHead) ;
// Machine Calc
EIN_EXPORT BOOL __stdcall EgtSetCalcTool( const wchar_t* wsTool, const wchar_t* wsHead, int nExit) ;
EIN_EXPORT BOOL __stdcall EgtGetCalcTipFromPositions( double dX, double dY, double dZ, double dAngA, double dAngB,