Linux Face / QPFramework
Embed: (wiki syntax)

« Back to documentation index

qep_pkg.h File Reference

qep_pkg.h File Reference

Internal (package scope) QEP/C++ interface. More...

Go to the source code of this file.

Enumerations

enum  QEPConst { QEP_EMPTY_SIG_ = 0, QEP_MAX_NEST_DEPTH_ = 6 }
 

internal QEP constants

More...

Variables

QEvent const QEP_reservedEvt_ []
 preallocated reserved events

Detailed Description

Internal (package scope) QEP/C++ interface.

Definition in file qep_pkg.h.


Enumeration Type Documentation

enum QEPConst

internal QEP constants

Enumerator:
QEP_EMPTY_SIG_ 

empty signal for internal use only

QEP_MAX_NEST_DEPTH_ 

maximum depth of state nesting (including the top level), must be >= 3

Definition at line 40 of file qep_pkg.h.


Variable Documentation

preallocated reserved events

Definition at line 35 of file qep.cpp.