Deleted.
Diff: qp_config.h
- Revision:
- 0:9601fa787c8b
- Child:
- 2:27716f570c3d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qp_config.h Tue Feb 15 20:13:34 2011 +0000 @@ -0,0 +1,30 @@ +////////////////////////////////////////////////////////////////////////////// +// Model: pelican.qm +// File: ./qp_config.h +// +// This file has been generated automatically by QP Modeler (QM). +// DO NOT EDIT THIS FILE MANUALLY. +// +// Please visit www.state-machine.com/qm for more information. +////////////////////////////////////////////////////////////////////////////// +#ifndef qp_config_h +#define qp_config_h + +// enable the Q-SPY software tracing instrumentation +#define Q_SPY + +// enable preemptive QK kernel (cooperative kernel is used when not defined) +#define QK_PREEMPTIVE + +// The maximum number of active objects in the application (could be up to 63) +#define QF_MAX_ACTIVE 16 + +// Uncomment the following macros only if you want to change the given default +//#define Q_SIGNAL_SIZE 1 +//#define QF_EVENT_SIZ_SIZE 2 +//#define QF_EQUEUE_CTR_SIZE 1 +//#define QF_MPOOL_SIZ_SIZE 2 +//#define QF_MPOOL_CTR_SIZE 2 +//#define QF_TIMEEVT_CTR_SIZE 2 + +#endif // qp_config_h