Include :
- aggiornamento.
This commit is contained in:
@@ -599,6 +599,12 @@ EIN_EXPORT BOOL __stdcall EgtMdbGetMachiningDir( wchar_t*& wsMchDir) ;
|
||||
// Operations
|
||||
EIN_EXPORT int __stdcall EgtGetFirstOperation( void) ;
|
||||
EIN_EXPORT int __stdcall EgtGetNextOperation( int nId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetLastOperation( void) ;
|
||||
EIN_EXPORT int __stdcall EgtGetPrevOperation( int nId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetFirstActiveOperation( void) ;
|
||||
EIN_EXPORT int __stdcall EgtGetNextActiveOperation( int nId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetLastActiveOperation( void) ;
|
||||
EIN_EXPORT int __stdcall EgtGetPrevActiveOperation( int nId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetOperationType( int nId) ;
|
||||
EIN_EXPORT int __stdcall EgtGetOperationPhase( int nId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetOperationName( int nId, wchar_t*& wsName) ;
|
||||
@@ -613,6 +619,7 @@ EIN_EXPORT BOOL __stdcall EgtSetOperationStatus( int nId, BOOL bShow) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetOperationStatus( int nId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetAllOperationsStatus( BOOL bShow) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtChangeOperationPhase( int nId, int nNewPhase) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtRemoveOperationHome( int nId) ;
|
||||
// Dispositions
|
||||
EIN_EXPORT int __stdcall EgtGetPhaseDisposition( int nPhase) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSpecialApplyDisposition( int nId, BOOL bRecalc) ;
|
||||
|
||||
Reference in New Issue
Block a user