theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Help_PY_API

MqMsgque PACKAGE - access to a qualified help-messageMore...

+ Collaboration diagram for MqMsgque_Help_PY_API:

Functions

static OT_ProcRet pymqmsgque_MqMsgque_Help (OtClass_ARGS)
  Python: [static] string Help(tool:string) C-API
write pymqmsgque specific user-help to stderr
 
static OT_ProcRet pymqmsgque_MqMsgque_HelpMsgque (OtClass_ARGS)
  Python: [static] string HelpMsgque() C-API
return a page with the usage of all pymqmsgque specific options
 

Detailed Description

MqMsgque PACKAGE - access to a qualified help-message

Function Documentation

◆ pymqmsgque_MqMsgque_Help()

static OT_ProcRet pymqmsgque_MqMsgque_Help ( OtClass_ARGS )
static

Python: [static] string Help(tool:string) C-API
write pymqmsgque specific user-help to stderr

Definition at line 462 of file LibMqMsgque_py.c.

462 {
465 MK_STRN tool = 0;
469 goto end;
470 error:
472 end:
474}
#define OT_SETUP_ONEARG(d)
#define OT_retObj_SET_Error
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_RETURN
#define OT_retObj_SET_STR(nat)
#define OT_CHECK_NOARGS
#define OT_CHECK_STRN(val)
#define Help_doc
#define OT_SETUP_hdl_static
#define error
Definition high_lng.h:339
const MK_STRB * MK_STRN
MK_STR MqHelp(MK_STRN tool)
write pymqmsgque specific user-help to stderr

◆ pymqmsgque_MqMsgque_HelpMsgque()

static OT_ProcRet pymqmsgque_MqMsgque_HelpMsgque ( OtClass_ARGS )
static

Python: [static] string HelpMsgque() C-API
return a page with the usage of all pymqmsgque specific options

Definition at line 477 of file LibMqMsgque_py.c.

477 {
482 goto end;
483 error:
485 end:
487}
#define OT_SETUP_NOARG(d)
#define HelpMsgque_doc
MK_STR MqHelpMsgque(void)
return a page with the usage of all pymqmsgque specific options