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

EMC_OPERATOR_TEXT Class Reference

#include <emc.hh>

Inheritance diagram for EMC_OPERATOR_TEXT:

Inheritance graph
[legend]
Collaboration diagram for EMC_OPERATOR_TEXT:

Collaboration graph
[legend]

Public Methods

 EMC_OPERATOR_TEXT ()
void update (CMS *cms)

Data Fields

int id
char text [EMC_OPERATOR_TEXT_LEN]

Detailed Description

Send a textual information message to the operator. This is similiar to EMC_OPERATOR_ERROR message except that the messages are sent in situations not necessarily considered to be errors.

Definition at line 709 of file emc.hh.


Constructor & Destructor Documentation

EMC_OPERATOR_TEXT::EMC_OPERATOR_TEXT   [inline]
 

Definition at line 712 of file emc.hh.

00712 : RCS_CMD_MSG(EMC_OPERATOR_TEXT_TYPE, sizeof(EMC_OPERATOR_TEXT)) {};


Member Function Documentation

void EMC_OPERATOR_TEXT::update CMS *    cms
 

Definition at line 1924 of file emc.cc.

01925 {
01926         cms->update(id);
01927         cms->update(text,256);
01928 
01929 }


Field Documentation

int EMC_OPERATOR_TEXT::id
 

Definition at line 717 of file emc.hh.

char EMC_OPERATOR_TEXT::text[EMC_OPERATOR_TEXT_LEN]
 

Definition at line 718 of file emc.hh.

Referenced by emcOperatorText().


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