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

RCS_STAT_MSG Class Reference

#include <stat_msg.hh>

Inheritance diagram for RCS_STAT_MSG:

Inheritance graph
[legend]
Collaboration diagram for RCS_STAT_MSG:

Collaboration graph
[legend]

Public Methods

 RCS_STAT_MSG (NMLTYPE t, size_t sz)

Data Fields

NMLTYPE command_type
int echo_serial_number
int status
int state
int line
int source_line
char source_file [64]

Constructor & Destructor Documentation

RCS_STAT_MSG::RCS_STAT_MSG NMLTYPE    t,
size_t    sz
 

Definition at line 9 of file stat_msg.cc.

00009                                                :NMLmsg (t, sz)
00010 {
00011 // just avoiding an inline function.
00012   command_type = -1;
00013   echo_serial_number = -1;
00014   status = -1;
00015   state = -1;
00016   line = -1;
00017   source_line = -1;
00018   memset (source_file, 0, 64);
00019 
00020 }


Field Documentation

NMLTYPE RCS_STAT_MSG::command_type
 

Definition at line 14 of file stat_msg.hh.

Referenced by NML_MODULE::check_if_new_command(), NML_MODULE::controller(), NML_MODULE::read_command_in(), NML_MODULE::setSelfCommand(), and NML_MODULE::write_status_out().

int RCS_STAT_MSG::echo_serial_number
 

Definition at line 15 of file stat_msg.hh.

Referenced by NML_MODULE::check_if_new_command(), NML_MODULE::read_subordinates_status(), NML_MODULE::sendCommand(), NML_MODULE::setSelfCommand(), and NML_MODULE::write_commands_to_subordinates().

int RCS_STAT_MSG::status
 

Definition at line 16 of file stat_msg.hh.

Referenced by NML_MODULE::read_subordinates_status(), and NML_MODULE::write_status_out().

int RCS_STAT_MSG::state
 

Definition at line 17 of file stat_msg.hh.

Referenced by NML_MODULE::write_status_out().

int RCS_STAT_MSG::line
 

Definition at line 18 of file stat_msg.hh.

Referenced by NML_MODULE::stateMatch().

int RCS_STAT_MSG::source_line
 

Definition at line 19 of file stat_msg.hh.

Referenced by NML_MODULE::write_status_out().

char RCS_STAT_MSG::source_file[64]
 

Definition at line 20 of file stat_msg.hh.

Referenced by NML_MODULE::write_status_out().


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