#include <cmd_msg.hh>
Inheritance diagram for RCS_GENERIC_CMD:


Public Methods | |
| RCS_GENERIC_CMD () | |
| void | update (CMS *) |
Data Fields | |
| int | gen_id |
|
|
Definition at line 48 of file cmd_msg.cc. 00048 : 00049 RCS_CMD_MSG (RCS_GENERIC_CMD_TYPE, sizeof (RCS_GENERIC_CMD)) 00050 { 00051 // Just avoiding an inline function. 00052 } |
|
|
Reimplemented from NMLmsg. Definition at line 55 of file cmd_msg.cc. 00056 {
00057 cms->update (gen_id);
00058 }
|
|
|
Definition at line 46 of file cmd_msg.hh. Referenced by NODE::handle_generic_commands(), and NODE_LINK::new_command().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001