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


Public Methods | |
| EMC_OPERATOR_ERROR () | |
| void | update (CMS *cms) |
Data Fields | |
| int | id |
| char | error [EMC_OPERATOR_ERROR_LEN] |
Definition at line 690 of file emc.hh.
|
|
Definition at line 693 of file emc.hh. 00693 : RCS_CMD_MSG(EMC_OPERATOR_ERROR_TYPE, sizeof(EMC_OPERATOR_ERROR)) {}; |
|
|
Definition at line 2518 of file emc.cc. 02519 {
02520 cms->update(id);
02521 cms->update(error,256);
02522
02523 }
|
|
|
Definition at line 699 of file emc.hh. Referenced by CANON_ERROR(), emcOperatorError(), and emc_io_write_error().
|
|
|
Definition at line 698 of file emc.hh. Referenced by CANON_ERROR().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001