#include <emc.hh>
Inheritance diagram for EMC_SPINDLE_ON:


Public Methods | |
| EMC_SPINDLE_ON () | |
| void | update (CMS *cms) |
Data Fields | |
| double | speed |
|
|
Definition at line 2276 of file emc.hh. 02276 : EMC_SPINDLE_CMD_MSG(EMC_SPINDLE_ON_TYPE, sizeof(EMC_SPINDLE_ON)) {}; |
|
|
Reimplemented from EMC_SPINDLE_CMD_MSG. Definition at line 2427 of file emc.cc. 02428 {
02429
02430 EMC_SPINDLE_CMD_MSG::update(cms);
02431 cms->update(speed);
02432
02433 }
|
|
|
Definition at line 2281 of file emc.hh. Referenced by EMC_TOOL_MODULE::SPINDLE_ON(), START_SPINDLE_CLOCKWISE(), START_SPINDLE_COUNTERCLOCKWISE(), emcSpindleOn(), emcTaskIssueCommand(), main(), sendSpindleForward(), and sendSpindleReverse().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001