Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

RCS_GENERIC_CMD Class Reference

#include <cmd_msg.hh>

Inheritance diagram for RCS_GENERIC_CMD:

Inheritance graph
[legend]
Collaboration diagram for RCS_GENERIC_CMD:

Collaboration graph
[legend]

Public Methods

 RCS_GENERIC_CMD ()
void update (CMS *)

Data Fields

int gen_id

Constructor & Destructor Documentation

RCS_GENERIC_CMD::RCS_GENERIC_CMD  
 

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 }


Member Function Documentation

void RCS_GENERIC_CMD::update CMS   cms
 

Reimplemented from NMLmsg.

Definition at line 55 of file cmd_msg.cc.

00056 {
00057   cms->update (gen_id);
00058 }


Field Documentation

int RCS_GENERIC_CMD::gen_id
 

Definition at line 46 of file cmd_msg.hh.

Referenced by NODE::handle_generic_commands(), and NODE_LINK::new_command().


The documentation for this class was generated from the following files:
Generated on Sun Dec 2 15:59:05 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001