Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2016-11-01 19:08:09 +00:00
parent 691df8aee7
commit cd6ae20689
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -726,7 +726,7 @@ EXE_EXPORT bool ExeIsMachiningEmpty( void) ;
EXE_EXPORT bool ExeSimStart( void) ;
EXE_EXPORT bool ExeSimMove( int& nStatus) ;
EXE_EXPORT bool ExeSimHome( void) ;
EXE_EXPORT bool ExeSimGetAxisInfoPos( int nI, std::string& sName, double& dVal) ;
EXE_EXPORT bool ExeSimGetAxisInfoPos( int nI, std::string& sToken, bool& bLinear, double& dVal) ;
EXE_EXPORT bool ExeSimGetToolInfo( std::string& sName, double& dSpeed) ;
EXE_EXPORT bool ExeSimGetMoveInfo( int& nGmove, double& dFeed) ;
EXE_EXPORT bool ExeSimSetStep( double dStep) ;