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


Public Methods | |
| EMC_TRAJ_LINEAR_MOVE () | |
| void | update (CMS *cms) |
Data Fields | |
| EmcPose | end |
|
|
Definition at line 1472 of file emc.hh. 01472 : EMC_TRAJ_CMD_MSG(EMC_TRAJ_LINEAR_MOVE_TYPE, sizeof(EMC_TRAJ_LINEAR_MOVE)) {}; |
|
|
Reimplemented from EMC_TRAJ_CMD_MSG. Definition at line 1784 of file emc.cc. 01785 {
01786
01787 EMC_TRAJ_CMD_MSG::update(cms);
01788 EmcPose_update(cms,&end);
01789
01790 }
|
|
|
Definition at line 1477 of file emc.hh. Referenced by ARC_FEED(), BuildList(), STRAIGHT_FEED(), STRAIGHT_TRAVERSE(), and emcTaskIssueCommand().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001