QP/C++ 6.9.3
qpcpp.lnt
Go to the documentation of this file.
1 
38 // Assertions ----------------------------------------------------------------
39 
40 // old-style c comment [AUTOSAR Rule A2-8-4]
41 -efile(1904,
42  -qassert.h)
43 
44 // give Q_onAssert() the semantics of "exit"
45 -function(exit,
46  Q_onAssert)
47 
48 // C-style array type [AUTOSAR Rule A18-1-1]
49 -esym(9436,
50  QP::versionStr)
51 
52 // MC++R16-0-4 function-like macro
53 -esym(9026,
54  Q_ASSERT,
56  Q_ALLEGE,
58  Q_ERROR,
59  Q_ERROR_ID,
60  Q_REQUIRE,
62  Q_ENSURE,
69 
70 // use of c-style cast to void [AS-A5-2-2]
71 -emacro(1954,
72  Q_ASSERT,
74  Q_ALLEGE,
76  Q_ERROR,
77  Q_ERROR_ID,
78  Q_REQUIRE,
80  Q_ENSURE,
84 
85 // MC++R10-0-6 unparenthesized macro parameter 'class_' in definition of macro
86 -esym(9022,
89 
90 // definition of macro ends in semi-colon
91 -esym(823,
94 
95 // MC++R7-3-1 global declaration of symbol 'Q_this_module_'
96 -esym(9141,
97  Q_this_module_)
98 
99 // MC++R16-0-4 function-like macro
100 -esym(9026,
101  Q_DIM,
103 
104 // MC++R5-2-4 use of c-style cast
105 -emacro(1924,
106  Q_ASSERT,
107  Q_ASSERT_ID,
108  Q_ERROR,
109  Q_ERROR_ID)
110 
111 
112 // QEP -----------------------------------------------------------------------
113 
114 // MC++R7-3-1 global declaration of symbol
115 -esym(9141,
116  char_t,
117  int_t,
118  enum_t,
119  float32_t,
120  float64_t)
121 
122 // MC++R16-0-4 function-like macro
123 -esym(9026,
125  Q_STATE_DECL,
126  Q_STATE_DEF,
128  QM_STATE_DEF,
132  QHSM_INIT,
133  QHSM_DISPATCH,
134  Q_TRAN,
135  Q_TRAN_HIST,
136  Q_SUPER,
137  Q_HANDLED,
138  Q_UNHANDLED,
139  QM_ENTRY,
140  QM_EXIT,
141  QM_SM_EXIT,
142  QM_TRAN,
143  QM_TRAN_INIT,
144  QM_TRAN_HIST,
145  QM_TRAN_EP,
146  QM_TRAN_XP,
147  QM_SUPER,
148  QM_SUPER_SUB,
149  QM_HANDLED,
150  QM_UNHANDLED,
151  Q_HSM_UPCAST,
152  Q_EVT_CAST,
154  Q_STATE_CAST,
156 
157 // MC++R5-2-8 conversion from pointer to other pointer type
158 -emacro(9079,
159  Q_EVT_CAST)
160 
161 // MC++R5-2-2 casting from base class 'QP::QEvt' to derived class
162 -emacro(1939,
163  Q_EVT_CAST)
164 
165 // MC++R10-0-6 unparenthesized macro parameter 'class_' in definition of macro
166 -esym(9022,
167  Q_EVT_CAST,
169  Q_STATE_DECL,
170  Q_STATE_DEF,
172  QM_STATE_DEF,
176  QEP_TRIG_,
177  QEP_ENTER_,
178  QEP_EXIT_)
179 
180 // MC++16-3-1 multiple use of stringize/pasting operators in definition of macro
181 -esym(9023,
182  Q_STATE_DECL,
183  Q_STATE_DEF,
185  QM_STATE_DEF,
188 
189 // MC++16-3-2 pasting operator used in definition of function-like macro
190 -esym(9024,
191  Q_STATE_DECL,
192  Q_STATE_DEF,
194  QM_STATE_DEF,
198 
199 // MC++R5-2-8 conversion from pointer to void to other pointer type
200 -emacro(9079,
201  Q_STATE_DEF,
202  QM_STATE_DEF,
204 
205  // MC++R9-3-3 member function could be made const
206 -emacro(1762,
207  Q_STATE_DEF,
208  QM_STATE_DEF)
209 
210 // MC++9-5-1 union declared
211 -esym(9018,
212  QP::QHsmAttr)
213 
214 // MC++5-2-8 conversion from integer type (0) to pointer type
215 -emacro(9010,
216  Q_STATE_CAST,
218 
219 // public virtual function 'QP::QHsm::...'
220 -esym(1731,
221  QP::QHsm::*,
222  QP::QMsm::*)
223 
224 
225 // QF ------------------------------------------------------------------------
226 // MC++R16-0-4 function-like macro
227 -esym(9026,
228  POST,
229  POST_X,
230  PUBLISH,
231  TICK,
232  TICK_X,
234  QF_CRIT_EXIT,
238  QF_LOG2,
239  Q_NEW,
240  Q_NEW_X,
241  Q_NEW_REF,
242  Q_DELETE_REF,
246  QF_CRIT_EXIT,
251  QF_QS_ACTION,
252  QF_MPOOL_EL)
253 
254 // MC++R11-0-1 non-private data member within a non-POD structure
255 // NOTE: public access needed for extern "C" functions
256 -esym(9150,
257  QP::QActive::*)
258 
259 // MC++R0-3-2 ignoring return value of function
260 -emacro(534,
261  POST)
262 
263 // MC++R5-2-7 pointer type converted to unrelated pointer type
264 -emacro(9176,
267 
268 // MC++R5-2-2 casting from base class 'QP::QEvt' to derived class
269 -emacro(1939,
270  Q_NEW,
271  Q_NEW_X)
272 
273 // MC++R10-0-6 unparenthesized macro parameter in definition of macro
274 -esym(9022,
275  Q_NEW,
276  Q_NEW_X,
277  Q_NEW_REF)
278 
279 // implicit conversion (call) from 'enum ...' to 'const enum_t'
280 -emacro(713,
281  Q_NEW,
282  Q_NEW_X)
283 
284 // implicit conversion of 'enum ...' to integral type 'enum_t'
285 -emacro(641,
286  Q_NEW,
287  Q_NEW_X)
288 
289 // public virtual function 'QP::QHsm::...'
290 -esym(1731,
291  QP::QActive::*,
292  QP::QMActive::*,
293  QP::QTicker::*)
294 
295 // public base 'QP::QEvt' has no non-destructor virtual functions
296 -esym(1790,
297  QP::QEvt)
298 
299 
300 // QK ------------------------------------------------------------------------
301 
302 // MC++R16-0-4 function-like macro
303 -esym(9026,
304  QK_ISR_ENTRY,
305  QK_ISR_EXIT)
306 
307 // MC++R7-3-1 global declaration of symbol
308 -esym(9141,
309  QK_Attr)
310 
311 // MC++R11-0-1 non-private data member within a non-POD structure
312 // NOTE: public access needed for extern "C" functions
313 -esym(9150,
314  QK_Attr::*)
315 
316 
317 // QXK -----------------------------------------------------------------------
318 // MC++R16-0-4 function-like macro
319 -esym(9026,
321  QXK_ISR_EXIT,
322  QXK_TLS)
323 
324 // MC++R7-3-1 global declaration of symbol
325 -esym(9141,
326  QXK_Attr)
327 
328 // MC++R10-0-6 unparenthesized macro parameter in definition of macro
329 -esym(9022,
330  QXK_TLS)
331 
332 // MC++R5-2-8 conversion from pointer to void to other pointer type
333 -emacro(9079,
335 
336 // MC++R5-2-2 casting from base class 'QP::QActive' to derived class 'QP::QXThread'
337 -emacro(1939,
339 
340 // MC++R5-2-3 downcast of polymorphic type 'QP::QActive' to type 'QP::QXThread'
341 -emacro(9171,
343 
344 // MC++R17-0-2 the name 'signal' is reserved to the compiler
345 -esym(9093,
346  signal)
347 
348 // public virtual function 'QP::QXThread::...'
349 -esym(1731,
350  QP::QXThread::*)
351 
352 
353 // QS ------------------------------------------------------------------------
354 
355 // MC++R16-0-4 function-like macro
356 -esym(9026,
357  QS_INIT,
358  QS_EXIT,
359  QS_DUMP,
360  QS_RESET,
364  QS_GET_BYTE,
365  QS_GET_BLOCK,
366  QS_BEGIN_ID,
367  QS_END,
370  QS_I8,
371  QS_U8,
372  QS_I16,
373  QS_U16,
374  QS_I32,
375  QS_I64,
376  QS_U32,
377  QS_F32,
378  QS_F64,
379  QS_U64,
380  QS_U32_HEX,
381  QS_STR,
382  QS_OBJ,
383  QS_FUN,
388  QS_ASSERTION,
389  QS_FLUSH,
390  QS_MEM,
391  QS_SIG,
392  QS_PTR_AT_,
393  QS_RX_PUT,
394  QS_OUTPUT,
395  QS_RX_INPUT,
400 
401 // MC++R16-0-4 function-like macro
402 -esym(9026,
406  QS_END_PRE_,
409  QS_U8_PRE_,
410  QS_2U8_PRE_,
411  QS_U16_PRE_,
412  QS_U32_PRE_,
413  QS_STR_PRE_,
414  QS_TIME_PRE_,
415  QS_SIG_PRE_,
416  QS_EVS_PRE_,
417  QS_OBJ_PRE_,
418  QS_FUN_PRE_,
419  QS_EQC_PRE_,
420  QS_MPC_PRE_,
421  QS_MPS_PRE_,
422  QS_TEC_PRE_)
423 
424 // MC++R16-0-4 function-like macro
425 -esym(9026,
426  QS_REC_DONE)
427 
428 // definition of macro ends in semi-colon
429 -esym(823,
431 
432 // M3-R11.1(r) conversion between pointer to function type
433 -emacro(9074,
436 
437 // M3-R20.10(a) stringize operator
438 -esym(9024,
443 
444 // MC++R9-5-1 union 'TCast' declared
445 -esym(9018,
446  TCast)
447 
448 // M3-R10.3(r) cannot assign enum to different essential type
449 -emacro(9034,
451 
452 // implicit conversion of enum to integral type 'int'
453 -emacro(641,
455 
456 // MC++R11-0-1 non-private data member within a non-POD structure
457 -esym(9150,
458  QP::QActive::*,
459  QP::QS::QSrxPriv::*)
460 
461 // MC++9-5-1 union declared
462 -esym(9018,
463  F32Rep,
464  F64Rep,
465  U32Rep)
466 
467 
namespace associated with the QP/C++ framework
Definition: struct.dox:1
#define Q_ASSERT_COMPILE(test_)
Definition: qassert.h:334
#define Q_DEFINE_THIS_FILE
Define the file name (with __FILE__) for assertions in this file.
Definition: qassert.h:104
#define Q_DEFINE_THIS_MODULE(name_)
Define the user-specified module name for assertions in this file.
Definition: qassert.h:120
char char_t
typedef for character strings.
Definition: qassert.h:77
#define Q_ASSERT(test_)
General purpose assertion.
Definition: qassert.h:136
#define Q_ASSERT_STATIC(test_)
Static (compile-time) assertion.
Definition: qassert.h:331
Q_NORETURN Q_onAssert(char_t const *const module, int_t const location)
Callback function invoked in case of any assertion failure.
Definition: qutest.cpp:412
#define Q_ALLEGE_ID(id_, test_)
General purpose assertion with user-specified assertion-id that always evaluates the test_ expression...
Definition: qassert.h:186
#define Q_ASSERT_ID(id_, test_)
General purpose assertion with user-specified assertion-id.
Definition: qassert.h:155
#define Q_INVARIANT(test_)
Assertion for checking invariants.
Definition: qassert.h:308
#define Q_ALLEGE(test_)
General purpose assertion that always evaluates the test_ expression.
Definition: qassert.h:171
#define Q_ENSURE_ID(id_, test_)
Assertion for checking postconditions with user-specified assertion-id.
Definition: qassert.h:298
#define Q_ERROR()
Assertion for a wrong path through the code.
Definition: qassert.h:195
int int_t
typedef for assertions-ids and line numbers in assertions.
Definition: qassert.h:86
#define Q_REQUIRE_ID(id_, test_)
Assertion for checking preconditions with user-specified assertion-id.
Definition: qassert.h:279
#define Q_DIM(array_)
Helper macro to calculate static dimension of a 1-dim array_.
Definition: qassert.h:337
#define Q_ERROR_ID(id_)
Assertion with user-specified assertion-id for a wrong path.
Definition: qassert.h:211
#define Q_REQUIRE(test_)
Assertion for checking preconditions.
Definition: qassert.h:268
#define Q_INVARIANT_ID(id_, test_)
Assertion for checking invariants with user-specified assertion-id.
Definition: qassert.h:319
#define Q_ENSURE(test_)
Assertion for checking postconditions.
Definition: qassert.h:287
#define QM_ACTION_DEF(subclass_, action_)
Macro to generate a definition of an action-caller and action-handler in a subclass of QP::QMsm.
Definition: qep.hpp:689
int enum_t
alias for enumerations used for event signals
Definition: qep.hpp:82
float float32_t
alias for 32-bit IEEE 754 floating point numbers
Definition: qep.hpp:91
#define Q_STATE_DEF(subclass_, state_)
Macro to generate a definition of a state-handler for a given state in a subclass of QP::QHsm.
Definition: qep.hpp:625
#define Q_UNHANDLED()
Macro to specify that the event was NOT handled due to a guard condition evaluating to 'false'.
Definition: qep.hpp:635
#define QM_SM_STATE_DECL(subm_, state_)
Macro to generate a declaration of a state-handler, state-caller and a state-object for a given subma...
Definition: qep.hpp:669
#define Q_HANDLED()
Macro to specify that the event was handled.
Definition: qep.hpp:631
double float64_t
alias for 64-bit IEEE 754 floating point numbers
Definition: qep.hpp:100
#define Q_STATE_CAST(handler_)
Macro to perform casting to QStateHandler.
Definition: qep.hpp:642
#define Q_ACTION_CAST(act_)
Macro to perform casting to QActionHandler.
Definition: qep.hpp:650
#define QM_HANDLED()
Macro for a QM action-handler when it handles the event.
Definition: qep.hpp:695
#define QM_UNHANDLED()
Macro for a QM action-handler when it does not handle the event due to a guard condition evaluating t...
Definition: qep.hpp:699
#define QM_SUPER()
Macro for a QM action-handler when it passes the event to the superstate.
Definition: qep.hpp:702
#define Q_STATE_DECL(state_)
Macro to generate a declaration of a state-handler, state-caller and a state-object for a given state...
Definition: qep.hpp:619
#define Q_EVT_CAST(class_)
Perform downcast of an event onto a subclass of QEvt class_.
Definition: qep.hpp:108
#define QM_STATE_DECL(state_)
Macro to generate a declaration of a state-handler, state-caller and a state-object for a given state...
Definition: qep.hpp:662
#define QM_STATE_DEF(subclass_, state_)
Macro to generate a definition of a state-caller and state-handler for a given state in a subclass of...
Definition: qep.hpp:682
#define QEVT_INITIALIZER(sig_)
Initializer of static constant QEvt instances.
Definition: qep.hpp:124
#define QM_ACTION_DECL(action_)
Macro to generate a declaration of an action-handler and action-caller in a subclass of QP::QMsm.
Definition: qep.hpp:676
#define Q_UINT2PTR_CAST(type_, uint_)
Perform cast from unsigned integer uint_ to pointer of type type_.
Definition: qep.hpp:117
#define QEP_ENTER_(state_)
helper macro to trigger entry action in an HSM
Definition: qep_hsm.cpp:65
#define QEP_EXIT_(state_)
helper macro to trigger exit action in an HSM
Definition: qep_hsm.cpp:55
#define QEP_TRIG_(state_, sig_)
helper macro to trigger internal event in an HSM
Definition: qep_hsm.cpp:51
#define Q_NEW_REF(evtRef_, evtT_)
Create a new reference of the current event e *‍/.
Definition: qf.hpp:767
#define POST(e_, sender_)
Invoke the direct event posting facility QP::QActive::post_().
Definition: qf.hpp:862
#define TICK_X(tickRate_, sender_)
Invoke the system clock tick processing QP::QF::tickX_().
Definition: qf.hpp:816
#define Q_NEW_X(e_, evtT_, margin_, sig_)
Allocate a dynamic event (non-asserting version).
Definition: qf.hpp:743
#define Q_DELETE_REF(evtRef_)
Delete the event reference *‍/.
Definition: qf.hpp:784
#define Q_NEW(evtT_, sig_)
Allocate a dynamic event.
Definition: qf.hpp:715
#define PUBLISH(e_, sender_)
Invoke the event publishing facility QP::QF::publish_(). This macro.
Definition: qf.hpp:839
#define TICK(sender_)
Invoke the system clock tick processing for rate 0.
Definition: qf.hpp:910
#define QF_CRIT_EXIT_NOP()
No-operation for exiting a critical section.
Definition: qf.hpp:674
#define POST_X(e_, margin_, sender_)
Invoke the direct event posting facility QP::QActive::post_() without delivery guarantee.
Definition: qf.hpp:896
std::uint_fast8_t QF_LOG2(QP::QPSetBits x) noexcept
function that returns (log2(x) + 1), where x is a 32-bit bitmask
Definition: qf_act.cpp:151
#define QF_QMACTIVE_TO_QMSM_CONST_CAST_(qact_)
Internal macro to cast a QP::QMActive pointer qact_ to QP::QMsm const *.
Definition: qf_qmact.cpp:53
#define QF_QMACTIVE_TO_QMSM_CAST_(qact_)
Internal macro to cast a QP::QMActive pointer qact_ to QP::QMsm*.
Definition: qf_qmact.cpp:49
#define QF_CRIT_ENTRY(stat_)
Definition: qk/qf_port.hpp:48
#define QF_INT_DISABLE()
Definition: qk/qf_port.hpp:43
#define QF_CRIT_EXIT(stat_)
Definition: qk/qf_port.hpp:49
#define QF_INT_ENABLE()
Definition: qk/qf_port.hpp:44
attributes of the QK kernel (in C for easy access in assembly)
Definition: qk.hpp:67
#define QK_ISR_EXIT()
Define the ISR exit sequence, if the compiler supports writing interrupts in C++.
Definition: qk_port.hpp:67
#define QK_ISR_ENTRY()
Define the ISR entry sequence, if the compiler supports writing interrupts in C++.
Definition: qk_port.hpp:56
#define QF_MPOOL_EL(type_)
Memory pool element to allocate correctly aligned storage for QP::QMPool.
Definition: qmpool.hpp:176
#define QM_TRAN_HIST(history_, tatbl_)
Definition: qpcpp.hpp:188
#define QM_ENTRY(state_)
Definition: qpcpp.hpp:158
#define QM_SM_EXIT(state_)
Definition: qpcpp.hpp:170
#define QM_TRAN_INIT(tatbl_)
Definition: qpcpp.hpp:182
#define QS_U32_HEX(width_, data_)
Definition: qpcpp.hpp:118
#define QM_TRAN_EP(tatbl_)
Definition: qpcpp.hpp:195
#define QM_SUPER_SUB(state_)
Definition: qpcpp.hpp:207
#define Q_SUPER(state_)
Definition: qpcpp.hpp:152
#define Q_TRAN(target_)
Definition: qpcpp.hpp:140
#define QS_FILTER_AP_OBJ(obj_)
Definition: qpcpp.hpp:103
#define Q_TRAN_HIST(hist_)
Definition: qpcpp.hpp:146
#define QM_TRAN_XP(xp_, tatbl_)
Definition: qpcpp.hpp:201
#define QM_EXIT(state_)
Definition: qpcpp.hpp:164
#define QM_TRAN(tatbl_)
Definition: qpcpp.hpp:176
#define QS_OBJ_DICTIONARY(obj_)
Output object dictionary record.
Definition: qs.hpp:998
#define QS_LOC_FILTER(qs_id_)
Local Filter for a given state machine object qs_id.
Definition: qs.hpp:695
#define QS_I8(width_, data_)
Output formatted std::int8_t to the QS record.
Definition: qs.hpp:818
#define QS_U8(width_, data_)
Output formatted std::uint8_t to the QS record.
Definition: qs.hpp:824
#define QS_U32(width_, data_)
Output formatted std::uint32_t to the QS record.
Definition: qs.hpp:847
#define QS_OBJ(obj_)
Output formatted object pointer to the QS record.
Definition: qs.hpp:897
#define QF_QS_CRIT_EXIT()
Output the critical section exit record.
Definition: qs.hpp:1033
#define QS_OUTPUT()
macro to handle the QS output from the application NOTE: if this macro is used, the application must ...
Definition: qs.hpp:1056
#define QS_TIME_PRE_()
Definition: qs.hpp:266
#define QS_REC_DONE()
macro to hook up user code when a QS record is produced
Definition: qs.hpp:740
#define QS_END_NOCRIT()
End a QS user record without exiting critical section.
Definition: qs.hpp:734
#define QS_END()
End a QS record with exiting critical section.
Definition: qs.hpp:722
#define QF_QS_ACTION(act_)
Execute an action that is only necessary for QS output.
Definition: qs.hpp:1052
#define QF_QS_ISR_ENTRY(isrnest_, prio_)
Output the interrupt entry record.
Definition: qs.hpp:1036
#define QS_U16(width_, data_)
Output formatted std::uint16_t to the QS record.
Definition: qs.hpp:836
#define QS_FUN_DICTIONARY(fun_)
Output function dictionary record.
Definition: qs.hpp:1012
#define QS_BEGIN_ID(rec_, qs_id_)
Begin a user QS record with entering critical section.
Definition: qs.hpp:712
#define QS_F64(width_, data_)
Output formatted 64-bit floating point number to the QS record.
Definition: qs.hpp:871
#define QS_I64(width_, data_)
Output formatted std::int64_t to the QS record.
Definition: qs.hpp:853
#define QS_MEM(mem_, size_)
Output formatted memory block of up to 255 bytes to the QS record.
Definition: qs.hpp:880
#define QS_RX_INPUT()
macro to handle the QS-RX input to the application NOTE: if this macro is used, the application must ...
Definition: qs.hpp:1060
#define QS_F32(width_, data_)
Output formatted 32-bit floating point number to the QS record.
Definition: qs.hpp:865
#define QS_STR(str_)
Output formatted zero-terminated ASCII string to the QS record.
Definition: qs.hpp:877
#define QS_FUN(fun_)
Output formatted function pointer to the QS record.
Definition: qs.hpp:916
#define QS_BEGIN_NOCRIT(rec_, qs_id_)
Begin a QS user record without entering critical section.
Definition: qs.hpp:728
#define QS_SIG_DICTIONARY(sig_, obj_)
Output signal dictionary record.
Definition: qs.hpp:983
#define QS_TEST_PROBE_DEF(fun_)
QS macro to define the Test-Probe for a given fun_.
Definition: qs.hpp:1068
#define QS_U64(width_, data_)
Output formatted std::uint64_t to the QS record.
Definition: qs.hpp:859
#define QS_I32(width_, data_)
Output formatted std::int32_t to the QS record.
Definition: qs.hpp:841
#define QS_GLB_FILTER(rec_)
Global Filter ON for a given record type rec.
Definition: qs.hpp:685
#define QS_SIG(sig_, obj_)
Output formatted event signal (of type QP::QSignal) and the state machine object to the user QS recor...
Definition: qs.hpp:936
#define QS_I16(width_, data_)
Output formatted std::int16_t to the QS record.
Definition: qs.hpp:830
#define QS_LOC_CHECK_(qs_id_)
helper macro for checking the local QS filter
Definition: qs.hpp:750
#define QF_QS_CRIT_ENTRY()
Output the critical section entry record.
Definition: qs.hpp:1030
#define QS_GLB_CHECK_(rec_)
helper macro for checking the global QS filter
Definition: qs.hpp:744
#define QF_QS_ISR_EXIT(isrnest_, prio_)
Output the interrupt exit record.
Definition: qs.hpp:1040
#define QS_TEST_PROBE(code_)
QS macro to apply a Test-Probe.
Definition: qs.hpp:1073
#define QS_ASSERTION(module_, loc_, delay_)
Produce the assertion failure trace record.
Definition: qs.hpp:1026
#define QS_TEST_PROBE_ID(id_, code_)
QS macro to apply a Test-Probe.
Definition: qs.hpp:1077
#define QS_FLUSH()
Flush the QS trace data to the host.
Definition: qs.hpp:1049
#define QS_TEST_PAUSE()
QS macro to pause test execution and enter the test event loop.
Definition: qs.hpp:1081
#define QS_USR_DICTIONARY(rec_)
Output user QS record dictionary record.
Definition: qs.hpp:1020
#define QS_INIT(arg_)
Initialize the QS facility.
Definition: qs.hpp:668
#define QS_EXIT()
Cleanup the QS facility.
Definition: qs.hpp:675
#define QS_BEGIN_PRE_(rec_, qs_id_)
Definition: qs_dummy.hpp:96
#define QS_U8_PRE_(data_)
Definition: qs_dummy.hpp:100
#define QS_BEGIN_NOCRIT_PRE_(rec_, qs_id_)
Definition: qs_dummy.hpp:98
#define QS_MPS_PRE_(size_)
Definition: qs_dummy.hpp:111
#define QS_OBJ_PRE_(obj_)
Definition: qs_dummy.hpp:107
#define QS_FUN_PRE_(fun_)
Definition: qs_dummy.hpp:108
#define QS_MPC_PRE_(ctr_)
Definition: qs_dummy.hpp:110
#define QS_TEC_PRE_(ctr_)
Definition: qs_dummy.hpp:112
#define QS_END_NOCRIT_PRE_()
Definition: qs_dummy.hpp:99
#define QS_U16_PRE_(data_)
Definition: qs_dummy.hpp:102
#define QS_2U8_PRE_(data1_, data2_)
Definition: qs_dummy.hpp:101
#define QS_GET_BYTE(pByte_)
Definition: qs_dummy.hpp:53
#define QS_EVS_PRE_(size_)
Definition: qs_dummy.hpp:106
#define QS_SIG_PRE_(sig_)
Definition: qs_dummy.hpp:105
#define QS_GET_BLOCK(pSize_)
Definition: qs_dummy.hpp:54
#define QS_EQC_PRE_(ctr_)
Definition: qs_dummy.hpp:109
#define QS_DUMP()
Definition: qs_dummy.hpp:49
#define QS_U32_PRE_(data_)
Definition: qs_dummy.hpp:103
#define QS_END_PRE_()
Definition: qs_dummy.hpp:97
#define QS_STR_PRE_(msg_)
Internal QS macro to output a zero-terminated ASCII string data element.
Definition: qs_pkg.hpp:137
#define QXK_TLS(type_)
Access Thread-Local Storage (TLS) and cast it on the given type_.
Definition: qxk.hpp:62
attributes of the QXK kernel
Definition: qxk.hpp:74
#define QXK_PTR_CAST_(type_, ptr_)
intertnal macro to encapsulate casting of pointers for MISRA deviations
Definition: qxk_pkg.hpp:76
#define QXK_ISR_EXIT()
Define the ISR exit sequence, if the compiler supports writing interrupts in C++.
Definition: qxk_port.hpp:76
#define QXK_ISR_ENTRY()
Define the ISR entry sequence, if the compiler supports writing interrupts in C++.
Definition: qxk_port.hpp:65
#define QXTHREAD_CAST_(ptr_)
intertnal macro to encapsulate casting of pointers for MISRA deviations *‍/
Definition: qxk_xthr.cpp:68