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

NML_ID_CHANNEL Class Reference

#include <nmlqr.hh>

Inheritance diagram for NML_ID_CHANNEL:

Inheritance graph
[legend]
Collaboration diagram for NML_ID_CHANNEL:

Collaboration graph
[legend]

Public Methods

 NML_ID_CHANNEL (NML_FORMAT_PTR, char *, char *, char *, int set_to_server=0)
 ~NML_ID_CHANNEL ()

Constructor & Destructor Documentation

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

Definition at line 543 of file nmlqr.cc.

00544                                                                              :
00545 NML (name, process, file, set_to_server)
00546 {
00547   format_chain = new RCS_LINKED_LIST;
00548   prefix_format_chain (idFormat);
00549   channel_type = NML_ID_CHANNEL_TYPE;
00550   sizeof_message_header = sizeof (NML_QUERY_MSG);
00551 
00552   if (NULL != cms)
00553     {
00554       cms->sizeof_message_header = sizeof_message_header;
00555     }
00556 
00557   register_with_server ();
00558 
00559 }

NML_ID_CHANNEL::~NML_ID_CHANNEL  
 

Definition at line 561 of file nmlqr.cc.

00562 {
00563   // Something funny happens to gdb without this being explicitly defined.
00564 }


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