Changeset 2280 for trunk/MagicSoft/Cosy/devdrv
- Timestamp:
- 07/17/03 00:25:48 (22 years ago)
- Location:
- trunk/MagicSoft/Cosy/devdrv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/devdrv/macs.cc
r2278 r2280 362 362 WaitForSdo(0x2002); 363 363 } 364 364 /* 365 365 void Macs::SetHome(LWORDS_t pos, WORD_t maxtime) 366 366 { … … 384 384 StartHostGuarding(); 385 385 } 386 386 */ 387 387 void Macs::SetVelocity(LWORD_t vel) 388 388 { -
trunk/MagicSoft/Cosy/devdrv/macs.h
r2278 r2280 80 80 void ReqVelRes(); 81 81 void ReqRes(); 82 void SetHome(LWORDS_t pos=0, WORD_t maxtime=25);82 //void SetHome(LWORDS_t pos=0, WORD_t maxtime=25); 83 83 void SetAcceleration(LWORD_t acc); 84 84 void SetDeceleration(LWORD_t dec);
Note:
See TracChangeset
for help on using the changeset viewer.