![]() |
RTXI 1.3
|
#include "osiTypes.h"Go to the source code of this file.
Classes | |
| class | nMDBG |
| class | nMDBG::tStatus2 |
Defines | |
| #define | kPALStatusSoftwareFault -1 |
| #define | NIM_LOCATION __LINE__ |
| #define | NIM_REQUIRE(a, b) ; |
| #define | NIM_CHECK(a, b) ; |
| #define | NIM_TRACE_VAR(a) ; |
| #define | NIM_TRACE_LOAD(a, b, c) ; |
| #define | NIM_TRACE_LOAD_AT_LEVEL(a, b, c, d) ; |
| #define | NIM_TRACE_STORE(a, b, c) ; |
| #define | NIM_TRACE_STORE_AT_LEVEL(a, b, c, d) ; |
| #define kPALStatusSoftwareFault -1 |
Definition at line 22 of file tStatus2.h.
| #define NIM_CHECK | ( | a, | |
| b | |||
| ) | ; |
Definition at line 25 of file tStatus2.h.
| #define NIM_LOCATION __LINE__ |
Definition at line 23 of file tStatus2.h.
| #define NIM_REQUIRE | ( | a, | |
| b | |||
| ) | ; |
Definition at line 24 of file tStatus2.h.
| #define NIM_TRACE_LOAD | ( | a, | |
| b, | |||
| c | |||
| ) | ; |
Definition at line 28 of file tStatus2.h.
| #define NIM_TRACE_LOAD_AT_LEVEL | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | ; |
Definition at line 29 of file tStatus2.h.
| #define NIM_TRACE_STORE | ( | a, | |
| b, | |||
| c | |||
| ) | ; |
Definition at line 30 of file tStatus2.h.
| #define NIM_TRACE_STORE_AT_LEVEL | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | ; |
Definition at line 31 of file tStatus2.h.
| #define NIM_TRACE_VAR | ( | a | ) | ; |
Definition at line 26 of file tStatus2.h.