QP/C++ 6.9.3
QEP

Hierarchical Event Processor. More...

Collaboration diagram for QEP:

Files

file  qep.hpp
 QEP/C++ platform-independent public interface.
 
file  qpcpp.h
 QP/C++ public interface old-version for backwards-compatibility.
 
file  qpcpp.hpp
 QP/C++ public interface including backwards-compatibility layer.
 
file  qep_hsm.cpp
 QP::QHsm implementation.
 
file  qep_msm.cpp
 QP::QMsm implementation.
 

Detailed Description

Hierarchical Event Processor.

QEP is a universal, UML-compliant event processor that enables developers to code UML state machines in highly readable ANSI-C, in which every state machine element is mapped to code precisely, unambiguously, and exactly once (traceability). QEP fully supports hierarchical state nesting, which is the fundamental mechanism for reusing behavior across many states instead of repeating the same actions and transitions over and over again.