EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SequenceA Class Reference

#include <SequenceA.hpp>

Inheritance diagram for SequenceA:
Collaboration diagram for SequenceA:

Public Member Functions

 SequenceA (std::string name, eeros::safety::SafetySystem &safetySys, MyControlSystem &controlSys, double angle)
 
virtual bool checkPreCondition ()
 
virtual bool checkPostCondition ()
 
virtual void init ()
 
virtual void exit ()
 
- Public Member Functions inherited from eeros::sequencer::Sequence< Treturn, Targs >
 Sequence (std::string name, Sequencer *sequencer)
 
SequenceResult< Treturn > operator() (Targs...args)
 
- Public Member Functions inherited from eeros::sequencer::SequenceBase
 SequenceBase (std::string name, Sequencer *sequencer)
 
virtual std::string getName () const
 

Additional Inherited Members

- Protected Member Functions inherited from eeros::sequencer::Sequence< Treturn, Targs >
virtual Treturn run (Targs...args)
 
- Protected Member Functions inherited from eeros::sequencer::SequenceBase
virtual void yield ()
 
- Protected Attributes inherited from eeros::sequencer::SequenceBase
eeros::logger::Logger
< eeros::logger::LogWriter
log
 
std::string name
 
Sequencersequencer
 

Constructor & Destructor Documentation

SequenceA::SequenceA ( std::string  name,
eeros::safety::SafetySystem safetySys,
MyControlSystem controlSys,
double  angle 
)

Here is the call graph for this function:

Member Function Documentation

bool SequenceA::checkPostCondition ( )
virtual

Reimplemented from eeros::sequencer::SequenceBase.

Here is the call graph for this function:

bool SequenceA::checkPreCondition ( )
virtual

Reimplemented from eeros::sequencer::SequenceBase.

Here is the call graph for this function:

void SequenceA::exit ( )
virtual

Reimplemented from eeros::sequencer::SequenceBase.

Here is the call graph for this function:

void SequenceA::init ( )
virtual

Reimplemented from eeros::sequencer::SequenceBase.

Here is the call graph for this function:


The documentation for this class was generated from the following files: