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


Public Methods | |
| NML_OPERATOR_REQUEST () | |
| ~NML_OPERATOR_REQUEST () | |
| void | update (CMS *cms) |
Data Fields | |
| int | key |
| char | request [NML_OPERATOR_REQUEST_LEN] |
|
|
Definition at line 84 of file nml_oi.hh. 00084 :NMLmsg (NML_OPERATOR_REQUEST_TYPE, 00085 sizeof (NML_OPERATOR_REQUEST)) 00086 { 00087 }; |
|
|
Definition at line 88 of file nml_oi.hh. 00089 {
00090 };
|
|
|
Reimplemented from NMLmsg. Definition at line 34 of file nml_oi.cc. 00035 {
00036 cms->update (key);
00037 cms->update (request, NML_OPERATOR_REQUEST_LEN);
00038 }
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001