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.
Diff: qp_config.h
- Revision:
- 0:7225ff529d1c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qp_config.h Wed Apr 27 17:11:08 2011 +0000 @@ -0,0 +1,30 @@ +////////////////////////////////////////////////////////////////////////////// +// Model: Network.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