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

EMC_OPERATOR_DISPLAY Class Reference

#include <emc.hh>

Inheritance diagram for EMC_OPERATOR_DISPLAY:

Inheritance graph
[legend]
Collaboration diagram for EMC_OPERATOR_DISPLAY:

Collaboration graph
[legend]

Public Methods

 EMC_OPERATOR_DISPLAY ()
void update (CMS *cms)

Data Fields

int id
char display [EMC_OPERATOR_DISPLAY_LEN]

Detailed Description

Send the URL or filename of a document to display. This message is placed in the errlog buffer to be read by the GUI. If the GUI is capable of doing so it will show the operator a previously created document, using the URL or filename provided. This message is placed in the errlog channel to be read by the GUI. This provides a general means of reporting an error from within the controller without having to program the GUI to recognize each error type.

Definition at line 733 of file emc.hh.


Constructor & Destructor Documentation

EMC_OPERATOR_DISPLAY::EMC_OPERATOR_DISPLAY   [inline]
 

Definition at line 736 of file emc.hh.

00736 : RCS_CMD_MSG(EMC_OPERATOR_DISPLAY_TYPE, sizeof(EMC_OPERATOR_DISPLAY)) {};


Member Function Documentation

void EMC_OPERATOR_DISPLAY::update CMS *    cms
 

Definition at line 954 of file emc.cc.

00955 {
00956         cms->update(id);
00957         cms->update(display,256);
00958 
00959 }


Field Documentation

char EMC_OPERATOR_DISPLAY::display[EMC_OPERATOR_DISPLAY_LEN]
 

Definition at line 742 of file emc.hh.

Referenced by MESSAGE(), and emcOperatorDisplay().

int EMC_OPERATOR_DISPLAY::id
 

Definition at line 741 of file emc.hh.

Referenced by MESSAGE().


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