theConfig 10.0
Loading...
Searching...
No Matches
LibLcConfig_private_atl.h File Reference

tag: nhi1-release-250425 More...

#include "debug_mk.h"
#include "nhi1_config.h"
#include "rl_mox.h"
#include "LibLcConfig_atl.h"
+ Include dependency graph for LibLcConfig_private_atl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MK_RT_SETUP   OT_MK_RT_T amkrt = alcrt->amkrt
 
#define MK_RT_SETUP_METHOD
 
#define RL_RT   (*alcrt)
 

Detailed Description

tag: nhi1-release-250425

Definition in file LibLcConfig_private_atl.h.

Macro Definition Documentation

◆ MK_RT_SETUP

#define MK_RT_SETUP   OT_MK_RT_T amkrt = alcrt->amkrt

Definition at line 14 of file LibLcConfig_private_atl.h.

◆ MK_RT_SETUP_METHOD

#define MK_RT_SETUP_METHOD
Value:
OT_LC_RT_T alcrt = clientData; \
OT_MK_RT_T amkrt = alcrt->amkrt; \
MkRtSetup_RT(alcrt->mkrt); \
#define SETUP_moxrt
OT_MK_RT_T amkrt

Definition at line 15 of file LibLcConfig_private_atl.h.

15#define MK_RT_SETUP_METHOD OT_LC_RT_T alcrt = clientData; \
16 OT_MK_RT_T amkrt = alcrt->amkrt; \
17 MkRtSetup_RT(alcrt->mkrt); \
18 SETUP_moxrt

◆ RL_RT

#define RL_RT   (*alcrt)

Definition at line 23 of file LibLcConfig_private_atl.h.