#include <nml_oi.hh>
Inheritance diagram for NML_DISPLAY:


Public Methods | |
| NML_DISPLAY () | |
| ~NML_DISPLAY () | |
| void | update (CMS *cms) |
Data Fields | |
| char | display [NML_DISPLAY_LEN] |
|
|
Definition at line 70 of file nml_oi.hh. 00070 :NMLmsg (NML_DISPLAY_TYPE, sizeof (NML_DISPLAY)) 00071 { 00072 }; |
|
|
Definition at line 73 of file nml_oi.hh. 00074 {
00075 };
|
|
|
Reimplemented from NMLmsg. Definition at line 28 of file nml_oi.cc. 00029 {
00030 cms->update (display, NML_DISPLAY_LEN);
00031 }
|
|
|
Definition at line 78 of file nml_oi.hh. Referenced by NML_MODULE::requestDisplay().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001