Doesn\'t work, I just want SVN access

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers qp_config.h Source File

qp_config.h

00001 //////////////////////////////////////////////////////////////////////////////
00002 // Model: Network.qm
00003 // File:  ./qp_config.h
00004 //
00005 // This file has been generated automatically by QP Modeler (QM).
00006 // DO NOT EDIT THIS FILE MANUALLY.
00007 //
00008 // Please visit www.state-machine.com/qm for more information.
00009 //////////////////////////////////////////////////////////////////////////////
00010 #ifndef qp_config_h
00011 #define qp_config_h
00012 
00013 // enable the Q-SPY software tracing instrumentation
00014 #define Q_SPY
00015 
00016 // enable preemptive QK kernel (cooperative kernel is used when not defined)
00017 #define QK_PREEMPTIVE
00018 
00019 // The maximum number of active objects in the application (could be up to 63)
00020 #define QF_MAX_ACTIVE         16
00021 
00022 // Uncomment the following macros only if you want to change the given default
00023 //#define Q_SIGNAL_SIZE         1
00024 //#define QF_EVENT_SIZ_SIZE     2
00025 //#define QF_EQUEUE_CTR_SIZE    1
00026 //#define QF_MPOOL_SIZ_SIZE     2
00027 //#define QF_MPOOL_CTR_SIZE     2
00028 //#define QF_TIMEEVT_CTR_SIZE   2
00029 
00030 #endif // qp_config_h