theLink 10.0
Loading...
Searching...
No Matches
LibMqMsgque_private_atl.h File Reference

tag: nhi1-release-250425 More...

#include "debug_mk.h"
#include "nhi1_config.h"
#include "rl_mox.h"
#include "LibMqMsgque_atl.h"
+ Include dependency graph for LibMqMsgque_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 = amqrt->amkrt
 
#define MK_RT_SETUP_METHOD
 
#define RL_RT   (*amqrt)
 

Functions

int atlmqmsgque_MqFactoryC_Setup (MK_RT mkrt, OT_ENV_T)
 

Detailed Description

tag: nhi1-release-250425

Definition in file LibMqMsgque_private_atl.h.

Macro Definition Documentation

◆ MK_RT_SETUP

#define MK_RT_SETUP   OT_MK_RT_T amkrt = amqrt->amkrt

Definition at line 14 of file LibMqMsgque_private_atl.h.

◆ MK_RT_SETUP_METHOD

#define MK_RT_SETUP_METHOD
Value:
OT_MQ_RT_T amqrt = clientData; \
OT_MK_RT_T amkrt = amqrt->amkrt; \
MkRtSetup_RT(amqrt->mkrt); \
MqRtSetup_RT(amqrt->mqrt); \
#define SETUP_moxrt
OT_MK_RT_T amkrt

Definition at line 15 of file LibMqMsgque_private_atl.h.

15#define MK_RT_SETUP_METHOD OT_MQ_RT_T amqrt = clientData; \
16 OT_MK_RT_T amkrt = amqrt->amkrt; \
17 MkRtSetup_RT(amqrt->mkrt); \
18 MqRtSetup_RT(amqrt->mqrt); \
19 SETUP_moxrt

◆ RL_RT

#define RL_RT   (*amqrt)

Definition at line 24 of file LibMqMsgque_private_atl.h.

Function Documentation

◆ atlmqmsgque_MqFactoryC_Setup()

int atlmqmsgque_MqFactoryC_Setup ( MK_RT mkrt,
OT_ENV_T  )