yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
obj_help.h File Reference

Help command support for obj_template_t. More...

#include "dlq.h"
#include "help.h"
#include "obj.h"
Include dependency graph for obj_help.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void obj_dump_template (obj_template_t *obj, help_mode_t mode, uint32 nestlevel, uint32 indent)
 Dump the contents of an obj_template_t struct for help text. More...
 
void obj_dump_template_ex (obj_template_t *obj, help_mode_t mode, uint32 nestlevel, uint32 indent, boolean with_desc)
 Dump the contents of an obj_template_t struct for help text. More...
 
void obj_dump_datadefQ (dlq_hdr_t *datadefQ, help_mode_t mode, uint32 nestlevel, uint32 indent)
 Dump the contents of a datadefQ for debugging. More...
 
status_t obj_dump_template_buff (obj_template_t *obj, xmlChar *buff, uint32 bufflen)
 Dump the contents of an obj_template_t struct for help text Send text to a buffer instead of a screen. More...
 
const xmlChar * obj_help_description (const obj_template_t *obj)
 Get the preferred help description for an object. More...
 

Detailed Description

Help command support for obj_template_t.