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


Public Methods | |
| EMC_AXIS_ALTER () | |
| void | update (CMS *cms) |
Data Fields | |
| double | alter |
|
|
Definition at line 1182 of file emc.hh. 01182 : EMC_AXIS_CMD_MSG(EMC_AXIS_ALTER_TYPE, sizeof(EMC_AXIS_ALTER)) {}; |
|
|
Reimplemented from EMC_AXIS_CMD_MSG. Definition at line 1601 of file emc.cc. 01602 {
01603
01604 EMC_AXIS_CMD_MSG::update(cms);
01605 cms->update(alter);
01606
01607 }
|
|
|
Definition at line 1187 of file emc.hh. Referenced by emcTaskIssueCommand(), and sendAxisAlter().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001