theLink 10.0
Loading...
Searching...
No Matches
MqFactoryC_Get_ATL_API

MqFactoryC - various functions to 'get' data out of a factoryMore...

+ Collaboration diagram for MqFactoryC_Get_ATL_API:

Functions

static OT_ProcRet atlmqmsgque_MqFactoryC_Get (OtClass_ARGS)
  Atl: (static) MqFactoryC [MqFactoryC::Get ?ident:string=""?] C-API
return the MqFactoryC
 
static OT_ProcRet atlmqmsgque_MqFactoryC_GetCalled (OtClass_ARGS)
  Atl: (static) MqFactoryC [MqFactoryC::GetCalled ?ident:string=""?] C-API
returns the MqFactoryC identified by ident
 
static OT_ProcRet atlmqmsgque_MqFactoryC_GetCalledL (OtClass_ARGS)
  Atl: (static) MqFactoryC [MqFactoryC::GetCalledL largs:MkBufferListC] C-API
returns the MqFactoryC identified as first argument in the largs MkBufferListC
 
static OT_ProcRet atlmqmsgque_MqFactoryC_GetOriginalIdent (MqFactoryC_ARGS)
  Atl: string [MqFactoryC::GetOriginalIdent $fct] C-API
helper function to return MqFactoryS::originalIdent
 

Detailed Description

MqFactoryC - various functions to 'get' data out of a factory

Function Documentation

◆ atlmqmsgque_MqFactoryC_Get()

static OT_ProcRet atlmqmsgque_MqFactoryC_Get ( OtClass_ARGS )
static

Atl: (static) MqFactoryC [MqFactoryC::Get ?ident:string=""?] C-API
return the MqFactoryC

Definition at line 491 of file MqFactoryC_atl.c.

491 {
494 MK_STRN ident = "";
497 MQ_FCT retVal = MqFactoryGet (ident);
498 OT_retObj_SET_FCT(retVal);
499 goto end;
500 error:
502 end:
504}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_CHECK_OPTIONAL(val)
#define OT_CHECK_NOARGS
#define OT_CHECK_STRN(val)
#define OT_retObj_SET_FCT(nat)
#define Get_doc
#define OT_SETUP_hdl_static
#define error
Definition high_lng.h:339
const MK_STRB * MK_STRN
#define MqFactoryGet(...)
data used to define a factory

◆ atlmqmsgque_MqFactoryC_GetCalled()

static OT_ProcRet atlmqmsgque_MqFactoryC_GetCalled ( OtClass_ARGS )
static

Atl: (static) MqFactoryC [MqFactoryC::GetCalled ?ident:string=""?] C-API
returns the MqFactoryC identified by ident

Definition at line 507 of file MqFactoryC_atl.c.

507 {
510 MK_STRN ident = "";
513 MQ_FCT retVal = MqFactoryGetCalled (ident);
514 OT_retObj_SET_FCT(retVal);
515 goto end;
516 error:
518 end:
520}
#define GetCalled_doc
#define MqFactoryGetCalled(...)

◆ atlmqmsgque_MqFactoryC_GetCalledL()

static OT_ProcRet atlmqmsgque_MqFactoryC_GetCalledL ( OtClass_ARGS )
static

Atl: (static) MqFactoryC [MqFactoryC::GetCalledL largs:MkBufferListC] C-API
returns the MqFactoryC identified as first argument in the largs MkBufferListC

Definition at line 523 of file MqFactoryC_atl.c.

523 {
526 MkBufferListCreateTLS_T(largs,10);
529 MQ_FCT retVal = MqFactoryGetCalledL (largs);
530 OT_retObj_SET_FCT(retVal);
531 goto end;
532 error:
534 end:
536}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define GetCalledL_doc
#define MkBufferListCreateTLS_T(name, num)
#define MK_NULL_NO
#define MqFactoryGetCalledL(...)
#define OT_CHECK_BFLN(val, nullB)

◆ atlmqmsgque_MqFactoryC_GetOriginalIdent()

static OT_ProcRet atlmqmsgque_MqFactoryC_GetOriginalIdent ( MqFactoryC_ARGS )
static

Atl: string [MqFactoryC::GetOriginalIdent $fct] C-API
helper function to return MqFactoryS::originalIdent

Definition at line 541 of file MqFactoryC_atl.c.

541 {
546 goto end;
547 error:
549 end:
551}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_STR(nat)
#define GetOriginalIdent_doc
#define OT_SETUP_hdl
MK_STRN MqFactoryGetOriginalIdent(MQ_FCTN const fct)
helper function to return MqFactoryS::originalIdent