theLink 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - cs - py - rb - jv - cc
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 465 of file LibMqMsgque_py.c.

465 {
467 OT_SETUP_ONEARG(Help_doc)
468 MK_STRN tool = 0;
469 OT_CHECK_REQUIRED(OT_CHECK_STRN (tool))
470 OT_CHECK_NOARGS
471 OT_retObj_SET_STR(MqHelp (tool))
472 goto end;
473 error:
474 OT_retObj_SET_Error
475 end:
477}
#define Help_doc
#define OT_SETUP_hdl_static
#define OT_retObj_RETURN
#define error
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 480 of file LibMqMsgque_py.c.

480 {
482 OT_SETUP_NOARG(HelpMsgque_doc)
483 OT_CHECK_NOARGS
484 OT_retObj_SET_STR(MqHelpMsgque ())
485 goto end;
486 error:
487 OT_retObj_SET_Error
488 end:
490}
#define HelpMsgque_doc
MK_STR MqHelpMsgque(void)
return a page with the usage of all pymqmsgque specific options