Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIG_DynaMoCommandInterface.h

00001 #ifndef SIGEL_SIMULATOR_SIG_DYNAMOCOMMANDINTERFACE_H
00002 #define SIGEL_SIMULATOR_SIG_DYNAMOCOMMANDINTERFACE_H
00003 
00004 #include <qvector.h>
00005 #include "SIGEL_Simulation/SIG_DynaMoSimulationData.h"
00006 #include "SIGEL_Simulation/SIG_Register.h"
00007 #include "SIGEL_Simulation/SIG_CommandInterface.h"
00008 
00009 namespace SIGEL_Simulation
00010 {
00011 
00018   class SIG_DynaMoCommandInterface : public SIG_CommandInterface
00019   {
00020  private:
00021 
00023   SIG_DynaMoSimulationData& simulationData;
00024 
00025  public:
00026 
00036   SIG_DynaMoCommandInterface(SIG_DynaMoSimulationData& theSimulationData);
00037 
00050   void moveDrive(int driveNo,
00051                  QVector<SIG_Register> const& registers);
00052 
00053 };
00054 
00055 }
00056 
00057 #endif // SIGEL_SIMULATION_SIG_DYNAMOCOMMANDINTERFACE_H
00058 
00059 

Generated at Mon Sep 3 01:32:20 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000