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


Public Methods | |
| EMC_OPERATOR_DISPLAY () | |
| void | update (CMS *cms) |
Data Fields | |
| int | id |
| char | display [EMC_OPERATOR_DISPLAY_LEN] |
Definition at line 733 of file emc.hh.
|
|
Definition at line 736 of file emc.hh. 00736 : RCS_CMD_MSG(EMC_OPERATOR_DISPLAY_TYPE, sizeof(EMC_OPERATOR_DISPLAY)) {}; |
|
|
Definition at line 954 of file emc.cc. 00955 {
00956 cms->update(id);
00957 cms->update(display,256);
00958
00959 }
|
|
|
Definition at line 742 of file emc.hh. Referenced by MESSAGE(), and emcOperatorDisplay().
|
|
|
Definition at line 741 of file emc.hh. Referenced by MESSAGE().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001