PIP 5.7.0_beta
Platform-Independent Primitives
Classes
pistatemachine.h File Reference

State machine. Main state machine class that manages states and transitions. Thread-safe implementation with nested post handling. More...

#include "pistatemachine_state.h"
#include "pistatemachine_transition.h"

Classes

class  PIStateMachine
 Root object that owns and runs a hierarchical state machine. More...
 

Detailed Description

State machine. Main state machine class that manages states and transitions. Thread-safe implementation with nested post handling.

See also
PIStateBase, PITransitionBase