theLink 10.0
Loading...
Searching...
No Matches
MqFactoryC_Get_PY_API

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

+ Collaboration diagram for MqFactoryC_Get_PY_API:

Functions

static OT_ProcRet pymqmsgque_MqFactoryC_Get (OtClass_ARGS)
  Python: [static] MqFactoryC MqFactoryC.Get(?ident:string=""?) C-API
return the MqFactoryC
 
static OT_ProcRet pymqmsgque_MqFactoryC_GetCalled (OtClass_ARGS)
  Python: [static] MqFactoryC MqFactoryC.GetCalled(?ident:string=""?) C-API
returns the MqFactoryC identified by ident
 
static OT_ProcRet pymqmsgque_MqFactoryC_GetCalledL (OtClass_ARGS)
  Python: [static] MqFactoryC MqFactoryC.GetCalledL(largs:MkBufferListC) C-API
returns the MqFactoryC identified as first argument in the largs MkBufferListC
 
static OT_ProcRet pymqmsgque_MqFactoryC_GetOriginalIdent (MqFactoryC_ARGS)
  Python: string fct.GetOriginalIdent() C-API
helper function to return MqFactoryS::originalIdent
 

Detailed Description

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

Function Documentation

◆ pymqmsgque_MqFactoryC_Get()

static OT_ProcRet pymqmsgque_MqFactoryC_Get ( OtClass_ARGS )
static

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

Definition at line 483 of file MqFactoryC_py.c.

483 {
486 MK_STRN ident = "";
489 MQ_FCT retVal = MqFactoryGet (ident);
490 OT_retObj_SET_FCT(retVal);
491 goto end;
492 error:
494 end:
496}
#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

◆ pymqmsgque_MqFactoryC_GetCalled()

static OT_ProcRet pymqmsgque_MqFactoryC_GetCalled ( OtClass_ARGS )
static

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

Definition at line 499 of file MqFactoryC_py.c.

499 {
502 MK_STRN ident = "";
505 MQ_FCT retVal = MqFactoryGetCalled (ident);
506 OT_retObj_SET_FCT(retVal);
507 goto end;
508 error:
510 end:
512}
#define GetCalled_doc
#define MqFactoryGetCalled(...)

◆ pymqmsgque_MqFactoryC_GetCalledL()

static OT_ProcRet pymqmsgque_MqFactoryC_GetCalledL ( OtClass_ARGS )
static

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

Definition at line 515 of file MqFactoryC_py.c.

515 {
518 MkBufferListCreateTLS_T(largs,10);
521 MQ_FCT retVal = MqFactoryGetCalledL (largs);
522 OT_retObj_SET_FCT(retVal);
523 goto end;
524 error:
526 end:
528}
#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)

◆ pymqmsgque_MqFactoryC_GetOriginalIdent()

static OT_ProcRet pymqmsgque_MqFactoryC_GetOriginalIdent ( MqFactoryC_ARGS )
static

Python: string fct.GetOriginalIdent() C-API
helper function to return MqFactoryS::originalIdent

Definition at line 533 of file MqFactoryC_py.c.

533 {
538 goto end;
539 error:
541 end:
543}
#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