Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DC_FromFsmEvent.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // DC_FromFsmEvent.h 00005 // 00006 // Version 1.0 00007 // Date 18.01.03 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef DC_FromFsmEventH 00011 #define DC_FromFsmEventH 00012 00013 #include "../GeneralInclude/ForwardDeclarations.h" 00014 #include "../GeneralInclude/BasicTypes.h" 00015 #include "../Base/PunctualAction.h" 00016 #include "DC_FsmEvent.h" 00017 00032 class DC_FromFsmEvent : public DC_FsmEvent { 00033 00034 private: 00035 TD_FsmStateIndex startingState; 00036 00037 public: 00038 00045 DC_FromFsmEvent(void); 00046 00055 void setStartingState(TD_FsmStateIndex startingState); 00056 00062 TD_FsmStateIndex getStartingState(void) const; 00063 00073 virtual bool isObjectConfigured(void); 00074 00075 protected: 00076 00092 virtual TD_ActionOutcome doAction(void); 00093 00094 }; 00095 00096 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved