sttcl  v0.9c
STTCL C++ template state machine framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sttcl::CompositeStateHistoryType Struct Reference

#include <CompositeState.h>

List of all members.

Public Types

enum  Values { None, Deep, Shallow }

Detailed Description

Represents a composite states history pseudo state behavior.


Member Enumeration Documentation

Enumerator:
None 

Default behavior of the history pseudo state. No history is tracked.

Deep 

Deep history pseudo state behavior. Nested history pseudo states will be resumed on (re-)entering the composite state.

Shallow 

Shallow history pseudo state behavior. Nested history pseudo states will be ignored on (re-)entering the composite state.


The documentation for this struct was generated from the following file: