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

EMC_TASK_PLAN_EXECUTE Class Reference

#include <emc.hh>

Inheritance diagram for EMC_TASK_PLAN_EXECUTE:

Inheritance graph
[legend]
Collaboration diagram for EMC_TASK_PLAN_EXECUTE:

Collaboration graph
[legend]

Public Methods

 EMC_TASK_PLAN_EXECUTE ()
void update (CMS *cms)

Data Fields

char command [EMC_TASK_COMMAND_LEN]

Constructor & Destructor Documentation

EMC_TASK_PLAN_EXECUTE::EMC_TASK_PLAN_EXECUTE   [inline]
 

Definition at line 1854 of file emc.hh.


Member Function Documentation

void EMC_TASK_PLAN_EXECUTE::update CMS *    cms
 

Reimplemented from EMC_TASK_CMD_MSG.

Definition at line 3075 of file emc.cc.

03076 {
03077 
03078         EMC_TASK_CMD_MSG::update(cms);
03079         cms->update(command,256);
03080 
03081 }


Field Documentation

char EMC_TASK_PLAN_EXECUTE::command[EMC_TASK_COMMAND_LEN]
 

Definition at line 1859 of file emc.hh.

Referenced by emcTaskIssueCommand(), main(), and sendMdiCmd().


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