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


Public Methods | |
| EMC_TOOL_LOAD_TOOL_TABLE () | |
| void | update (CMS *cms) |
Data Fields | |
| char | file [EMC_TASK_FILENAME_LEN] |
|
|
Definition at line 2074 of file emc.hh. 02074 : EMC_TOOL_CMD_MSG(EMC_TOOL_LOAD_TOOL_TABLE_TYPE, sizeof(EMC_TOOL_LOAD_TOOL_TABLE)) {}; |
|
|
Reimplemented from EMC_TOOL_CMD_MSG. Definition at line 2236 of file emc.cc. 02237 {
02238
02239 EMC_TOOL_CMD_MSG::update(cms);
02240 cms->update(file,256);
02241
02242 }
|
|
|
Definition at line 2079 of file emc.hh. Referenced by EMC_TOOL_MODULE::TOOL_LOAD_TOOL_TABLE(), emcTaskIssueCommand(), emcToolLoadToolTable(), main(), and sendLoadToolTable().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001