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

DC_SBY_PostSepFsmState Class Reference

#include <DC_SBY_PostSepFsmState.h>

Inheritance diagram for DC_SBY_PostSepFsmState:

FsmState CC_RootObject List of all members.

Detailed Description

Sample FsmState application class.

FsmState component for the SBY postseparation mode.

This is a stub class. It provides dummy implementations for some of the virtual methods of its superclass. This class was automatically generated by an XSL program that processes the XML-based target application model. The XSL program searches the application model for all "FsmState" elements which have a "Custom" subelement that indicates that a custom FsmState class must be created. For each such element a class header file is created. The base class of the generated class is assumed to be the class in the "type" attribute of the FsmState element. The information in the application model is used to decide which virtual methods should be overridden.

Todo:
Modify the generator meta-component generateRecoveryAction to generate the code that sets the class identifier and to treat the default attributes in the custom recovery action description.
Author:
Automatically Generated Class
Version:
1.0

Definition at line 35 of file DC_SBY_PostSepFsmState.h.

Public Member Functions

 DC_SBY_PostSepFsmState (void)
 Stub constructor that returns without taking any action.

virtual void doInit (void)
 Perform actions to be done upon detection of separation.

virtual void doContinue (void)
 Dummy implementation that returns without taking any action.

virtual void doExit (void)
 Perform action to be done just before exiting the this mode.

virtual bool isFinished (void)
 Terminate when count-down is finished.


Member Function Documentation

void DC_SBY_PostSepFsmState::doContinue void   )  [virtual]
 

Dummy implementation that returns without taking any action.

There is no continuation action associated to this class.

Implements FsmState.

Definition at line 24 of file DC_SBY_PostSepFsmState.cpp.

void DC_SBY_PostSepFsmState::doExit void   )  [virtual]
 

Perform action to be done just before exiting the this mode.

This is a stub method that must be completed by the application developer. This stub provides a default implementation that calls the doExit method of the superclass.

Reimplemented from FsmState.

Definition at line 28 of file DC_SBY_PostSepFsmState.cpp.

void DC_SBY_PostSepFsmState::doInit void   )  [virtual]
 

Perform actions to be done upon detection of separation.

This is a stub method that must be completed by the application developer. This stub provides a default implementation that calls the doInit method of the superclass.

Reimplemented from FsmState.

Definition at line 19 of file DC_SBY_PostSepFsmState.cpp.

bool DC_SBY_PostSepFsmState::isFinished void   )  [virtual]
 

Terminate when count-down is finished.

This is a stub method that must be completed by the application developer. This stub provides a default implementation that calls the isFinished method of the superclass.

Returns:
true if the continuation action of this state has terminated, false otherwise

Reimplemented from FsmState.

Definition at line 33 of file DC_SBY_PostSepFsmState.cpp.


The documentation for this class was generated from the following files:
Copyright 2003 P&P Software GmbH - All Rights Reserved