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

RCS_STAT_CHANNEL Class Reference

#include <stat_msg.hh>

Inheritance diagram for RCS_STAT_CHANNEL:

Inheritance graph
[legend]
Collaboration diagram for RCS_STAT_CHANNEL:

Collaboration graph
[legend]

Public Methods

 RCS_STAT_CHANNEL (NML_FORMAT_PTR, char *, char *, char *, int set_to_server=0)
 ~RCS_STAT_CHANNEL ()
RCS_STAT_MSGget_address ()

Constructor & Destructor Documentation

RCS_STAT_CHANNEL::RCS_STAT_CHANNEL NML_FORMAT_PTR    f_ptr,
char *    name,
char *    process,
char *    file,
int    set_to_server = 0
 

Definition at line 57 of file stat_msg.cc.

00059                                                       :
00060 NML (name, process, file, set_to_server)
00061 {
00062   format_chain = new RCS_LINKED_LIST;
00063   prefix_format_chain (f_ptr);
00064   prefix_format_chain (RCS_STAT_MSG_format);
00065 
00066   channel_type = RCS_STAT_CHANNEL_TYPE;
00067   sizeof_message_header = sizeof (RCS_STAT_MSG);
00068 
00069   if (NULL != cms)
00070     {
00071       cms->sizeof_message_header = sizeof_message_header;
00072     }
00073 
00074   register_with_server ();
00075 }

RCS_STAT_CHANNEL::~RCS_STAT_CHANNEL  
 

Definition at line 77 of file stat_msg.cc.

00078 {
00079   // Something funny happens to gdb without this being explicitly defined.
00080 }


Member Function Documentation

RCS_STAT_MSG* RCS_STAT_CHANNEL::get_address   [inline]
 

Reimplemented from NML.

Definition at line 33 of file stat_msg.hh.

Referenced by NODE_LINK::get_status().

00034   {
00035     return ((RCS_STAT_MSG *) NML::get_address ());
00036   };


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