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 py_mqmsgque_MqMsgque_Help (OtClass_ARGS)
  Python: [static] string Help(tool:string) C-API
write pymqmsgque specific user-help to stderr
 
static OT_ProcRet py_mqmsgque_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

◆ py_mqmsgque_MqMsgque_Help()

static OT_ProcRet py_mqmsgque_MqMsgque_Help ( OtClass_ARGS )
static

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

Definition at line 473 of file LibMqMsgque_py.c.

473 {
475 OT_SETUP_ONEARG(Help_doc)
476 MK_STRN tool = 0;
477 OT_CHECK_REQUIRED(OT_CHECK_STRN (tool))
478 OT_CHECK_NOARGS
479 OT_retObj_SET_STR(MqHelp (tool))
480 goto end;
481 error:
482 OT_retObj_SET_Error
483 end:
485}
#define Help_doc
#define OT_SETUP_hdl_static
#define OT_retObj_RETURN
#define error
const MK_STRB * MK_STRN
MQ_EXTERN MK_STR MqHelp(MK_STRN tool)
write pymqmsgque specific user-help to stderr

◆ py_mqmsgque_MqMsgque_HelpMsgque()

static OT_ProcRet py_mqmsgque_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 488 of file LibMqMsgque_py.c.

488 {
490 OT_SETUP_NOARG(HelpMsgque_doc)
491 OT_CHECK_NOARGS
492 OT_retObj_SET_STR(MqHelpMsgque ())
493 goto end;
494 error:
495 OT_retObj_SET_Error
496 end:
498}
#define HelpMsgque_doc
MQ_EXTERN MK_STR MqHelpMsgque(void)
return a page with the usage of all pymqmsgque specific options