Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
qp_config.h@0:7225ff529d1c, 2011-04-27 (annotated)
- Committer:
- t_lark
- Date:
- Wed Apr 27 17:11:08 2011 +0000
- Revision:
- 0:7225ff529d1c
.00000001
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| t_lark | 0:7225ff529d1c | 1 | ////////////////////////////////////////////////////////////////////////////// | 
| t_lark | 0:7225ff529d1c | 2 | // Model: Network.qm | 
| t_lark | 0:7225ff529d1c | 3 | // File: ./qp_config.h | 
| t_lark | 0:7225ff529d1c | 4 | // | 
| t_lark | 0:7225ff529d1c | 5 | // This file has been generated automatically by QP Modeler (QM). | 
| t_lark | 0:7225ff529d1c | 6 | // DO NOT EDIT THIS FILE MANUALLY. | 
| t_lark | 0:7225ff529d1c | 7 | // | 
| t_lark | 0:7225ff529d1c | 8 | // Please visit www.state-machine.com/qm for more information. | 
| t_lark | 0:7225ff529d1c | 9 | ////////////////////////////////////////////////////////////////////////////// | 
| t_lark | 0:7225ff529d1c | 10 | #ifndef qp_config_h | 
| t_lark | 0:7225ff529d1c | 11 | #define qp_config_h | 
| t_lark | 0:7225ff529d1c | 12 | |
| t_lark | 0:7225ff529d1c | 13 | // enable the Q-SPY software tracing instrumentation | 
| t_lark | 0:7225ff529d1c | 14 | #define Q_SPY | 
| t_lark | 0:7225ff529d1c | 15 | |
| t_lark | 0:7225ff529d1c | 16 | // enable preemptive QK kernel (cooperative kernel is used when not defined) | 
| t_lark | 0:7225ff529d1c | 17 | #define QK_PREEMPTIVE | 
| t_lark | 0:7225ff529d1c | 18 | |
| t_lark | 0:7225ff529d1c | 19 | // The maximum number of active objects in the application (could be up to 63) | 
| t_lark | 0:7225ff529d1c | 20 | #define QF_MAX_ACTIVE 16 | 
| t_lark | 0:7225ff529d1c | 21 | |
| t_lark | 0:7225ff529d1c | 22 | // Uncomment the following macros only if you want to change the given default | 
| t_lark | 0:7225ff529d1c | 23 | //#define Q_SIGNAL_SIZE 1 | 
| t_lark | 0:7225ff529d1c | 24 | //#define QF_EVENT_SIZ_SIZE 2 | 
| t_lark | 0:7225ff529d1c | 25 | //#define QF_EQUEUE_CTR_SIZE 1 | 
| t_lark | 0:7225ff529d1c | 26 | //#define QF_MPOOL_SIZ_SIZE 2 | 
| t_lark | 0:7225ff529d1c | 27 | //#define QF_MPOOL_CTR_SIZE 2 | 
| t_lark | 0:7225ff529d1c | 28 | //#define QF_TIMEEVT_CTR_SIZE 2 | 
| t_lark | 0:7225ff529d1c | 29 | |
| t_lark | 0:7225ff529d1c | 30 | #endif // qp_config_h |