This file documents preprocessor macros that are usually defined on the command-line to the compiler. More...
Macros | |
#define | QP_CONFIG |
The preprocessor switch to activate the QP configuration file qp_config.h. | |
#define | Q_SPY |
The preprocessor switch to activate the QS software tracing instrumentation in QP/C Framework and QP Application code. | |
#define | Q_UTEST |
The preprocessor switch to activate the QUTest testing instrumentation in QP/C Framework and QP Application code. | |
This file documents preprocessor macros that are usually defined on the command-line to the compiler.
Definition in file cmd_options.dox.
#define QP_CONFIG |
The preprocessor switch to activate the QP configuration file qp_config.h.
Definition at line 11 of file cmd_options.dox.
#define Q_SPY |
The preprocessor switch to activate the QS software tracing instrumentation in QP/C Framework and QP Application code.
Definition at line 21 of file cmd_options.dox.
#define Q_UTEST |
The preprocessor switch to activate the QUTest testing instrumentation in QP/C Framework and QP Application code.
Also, the Q_UTEST macro can have a value that decides whether the QP Framework "stub" is included or not. The following values are supported:
Definition at line 38 of file cmd_options.dox.