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

DC_SM_PreSepFsmState Class Reference

#include <DC_SM_PreSepFsmState.h>

Inheritance diagram for DC_SM_PreSepFsmState:

FsmState CC_RootObject List of all members.

Detailed Description

Sample FsmState application class.

FsmState component for the survival mode pre-separation submode.

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 36 of file DC_SM_PreSepFsmState.h.

Public Member Functions

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

virtual void doInit (void)
 Reset the telemetry manager, reset the telecommand manager.

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

virtual bool isFinished (void)
 Terminate when the separation is detected.


Member Function Documentation

void DC_SM_PreSepFsmState::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_SM_PreSepFsmState.cpp.

void DC_SM_PreSepFsmState::doInit void   )  [virtual]
 

Reset the telemetry manager, reset the telecommand manager.

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_SM_PreSepFsmState.cpp.

bool DC_SM_PreSepFsmState::isFinished void   )  [virtual]
 

Terminate when the separation is detected.

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 28 of file DC_SM_PreSepFsmState.cpp.


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