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


Public Methods | |
| EMC_AXIS_JOG () | |
| void | update (CMS *cms) |
Data Fields | |
| double | vel |
|
|
Definition at line 1098 of file emc.hh. 01098 : EMC_AXIS_CMD_MSG(EMC_AXIS_JOG_TYPE, sizeof(EMC_AXIS_JOG)) {}; |
|
|
Reimplemented from EMC_AXIS_CMD_MSG. Definition at line 1534 of file emc.cc. 01535 {
01536
01537 EMC_AXIS_CMD_MSG::update(cms);
01538 cms->update(vel);
01539
01540 }
|
|
|
Definition at line 1103 of file emc.hh. Referenced by emcTaskIssueCommand(), main(), and sendJogCont().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001