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

EMC_LOG_OPEN Class Reference

#include <emc.hh>

Inheritance diagram for EMC_LOG_OPEN:

Inheritance graph
[legend]
Collaboration diagram for EMC_LOG_OPEN:

Collaboration graph
[legend]

Public Methods

 EMC_LOG_OPEN ()
void update (CMS *cms)

Data Fields

char file [EMC_LOG_FILENAME_LEN]
int type
int size
int skip
int which
int triggerType
int triggerVar
double triggerThreshold

Constructor & Destructor Documentation

EMC_LOG_OPEN::EMC_LOG_OPEN   [inline]
 

Definition at line 2749 of file emc.hh.


Member Function Documentation

void EMC_LOG_OPEN::update CMS *    cms
 

Reimplemented from EMC_CMD_MSG.

Definition at line 1301 of file emc.cc.

01302 {
01303 
01304         EMC_CMD_MSG::update(cms);
01305         cms->update(file,256);
01306         cms->update(type);
01307         cms->update(size);
01308         cms->update(skip);
01309         cms->update(which);
01310         cms->update(triggerType);
01311         cms->update(triggerVar);
01312         cms->update(triggerThreshold);
01313 
01314 }


Field Documentation

char EMC_LOG_OPEN::file[EMC_LOG_FILENAME_LEN]
 

Definition at line 2754 of file emc.hh.

Referenced by emcTaskIssueCommand(), main(), sendLogOpen(), and sendLogStart().

int EMC_LOG_OPEN::size
 

Definition at line 2756 of file emc.hh.

Referenced by emcTaskIssueCommand(), main(), sendLogOpen(), and sendLogStart().

int EMC_LOG_OPEN::skip
 

Definition at line 2757 of file emc.hh.

Referenced by emcTaskIssueCommand(), main(), sendLogOpen(), and sendLogStart().

double EMC_LOG_OPEN::triggerThreshold
 

Definition at line 2761 of file emc.hh.

Referenced by emcTaskIssueCommand(), and sendLogOpen().

int EMC_LOG_OPEN::triggerType
 

Definition at line 2759 of file emc.hh.

Referenced by emcTaskIssueCommand(), and sendLogOpen().

int EMC_LOG_OPEN::triggerVar
 

Definition at line 2760 of file emc.hh.

Referenced by emcTaskIssueCommand(), and sendLogOpen().

int EMC_LOG_OPEN::type
 

Definition at line 2755 of file emc.hh.

Referenced by emcTaskIssueCommand(), main(), sendLogOpen(), and sendLogStart().

int EMC_LOG_OPEN::which
 

Definition at line 2758 of file emc.hh.

Referenced by emcTaskIssueCommand(), main(), sendLogOpen(), and sendLogStart().


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