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
- Committer:
- t_lark
- Date:
- 2011-04-27
- Revision:
- 0:7225ff529d1c
File content as of revision 0:7225ff529d1c:
//////////////////////////////////////////////////////////////////////////////
// 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