#include <emc.hh>
Inheritance diagram for EMC_LOG_OPEN:


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 |
|
|
Definition at line 2749 of file emc.hh. 02749 : EMC_CMD_MSG(EMC_LOG_OPEN_TYPE, sizeof(EMC_LOG_OPEN)) {}; |
|
|
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 }
|
|
|
Definition at line 2754 of file emc.hh. Referenced by emcTaskIssueCommand(), main(), sendLogOpen(), and sendLogStart().
|
|
|
Definition at line 2756 of file emc.hh. Referenced by emcTaskIssueCommand(), main(), sendLogOpen(), and sendLogStart().
|
|
|
Definition at line 2757 of file emc.hh. Referenced by emcTaskIssueCommand(), main(), sendLogOpen(), and sendLogStart().
|
|
|
Definition at line 2761 of file emc.hh. Referenced by emcTaskIssueCommand(), and sendLogOpen().
|
|
|
Definition at line 2759 of file emc.hh. Referenced by emcTaskIssueCommand(), and sendLogOpen().
|
|
|
Definition at line 2760 of file emc.hh. Referenced by emcTaskIssueCommand(), and sendLogOpen().
|
|
|
Definition at line 2755 of file emc.hh. Referenced by emcTaskIssueCommand(), main(), sendLogOpen(), and sendLogStart().
|
|
|
Definition at line 2758 of file emc.hh. Referenced by emcTaskIssueCommand(), main(), sendLogOpen(), and sendLogStart().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001