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


Public Methods | |
| EMC_OPERATOR_TEXT () | |
| void | update (CMS *cms) |
Data Fields | |
| int | id |
| char | text [EMC_OPERATOR_TEXT_LEN] |
Definition at line 709 of file emc.hh.
|
|
Definition at line 712 of file emc.hh. 00712 : RCS_CMD_MSG(EMC_OPERATOR_TEXT_TYPE, sizeof(EMC_OPERATOR_TEXT)) {}; |
|
|
Definition at line 1924 of file emc.cc. 01925 {
01926 cms->update(id);
01927 cms->update(text,256);
01928
01929 }
|
|
|
|
|
|
Definition at line 718 of file emc.hh. Referenced by emcOperatorText().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001