Deleted.
qp_config.h@0:9601fa787c8b, 2011-02-15 (annotated)
- Committer:
- QL
- Date:
- Tue Feb 15 20:13:34 2011 +0000
- Revision:
- 0:9601fa787c8b
- Child:
- 2:27716f570c3d
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
QL | 0:9601fa787c8b | 1 | ////////////////////////////////////////////////////////////////////////////// |
QL | 0:9601fa787c8b | 2 | // Model: pelican.qm |
QL | 0:9601fa787c8b | 3 | // File: ./qp_config.h |
QL | 0:9601fa787c8b | 4 | // |
QL | 0:9601fa787c8b | 5 | // This file has been generated automatically by QP Modeler (QM). |
QL | 0:9601fa787c8b | 6 | // DO NOT EDIT THIS FILE MANUALLY. |
QL | 0:9601fa787c8b | 7 | // |
QL | 0:9601fa787c8b | 8 | // Please visit www.state-machine.com/qm for more information. |
QL | 0:9601fa787c8b | 9 | ////////////////////////////////////////////////////////////////////////////// |
QL | 0:9601fa787c8b | 10 | #ifndef qp_config_h |
QL | 0:9601fa787c8b | 11 | #define qp_config_h |
QL | 0:9601fa787c8b | 12 | |
QL | 0:9601fa787c8b | 13 | // enable the Q-SPY software tracing instrumentation |
QL | 0:9601fa787c8b | 14 | #define Q_SPY |
QL | 0:9601fa787c8b | 15 | |
QL | 0:9601fa787c8b | 16 | // enable preemptive QK kernel (cooperative kernel is used when not defined) |
QL | 0:9601fa787c8b | 17 | #define QK_PREEMPTIVE |
QL | 0:9601fa787c8b | 18 | |
QL | 0:9601fa787c8b | 19 | // The maximum number of active objects in the application (could be up to 63) |
QL | 0:9601fa787c8b | 20 | #define QF_MAX_ACTIVE 16 |
QL | 0:9601fa787c8b | 21 | |
QL | 0:9601fa787c8b | 22 | // Uncomment the following macros only if you want to change the given default |
QL | 0:9601fa787c8b | 23 | //#define Q_SIGNAL_SIZE 1 |
QL | 0:9601fa787c8b | 24 | //#define QF_EVENT_SIZ_SIZE 2 |
QL | 0:9601fa787c8b | 25 | //#define QF_EQUEUE_CTR_SIZE 1 |
QL | 0:9601fa787c8b | 26 | //#define QF_MPOOL_SIZ_SIZE 2 |
QL | 0:9601fa787c8b | 27 | //#define QF_MPOOL_CTR_SIZE 2 |
QL | 0:9601fa787c8b | 28 | //#define QF_TIMEEVT_CTR_SIZE 2 |
QL | 0:9601fa787c8b | 29 | |
QL | 0:9601fa787c8b | 30 | #endif // qp_config_h |