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

YumaPro Module tags handler. More...

#include <xmlstring.h>
#include "status_enum.h"
#include "xmlns.h"
#include "xml_msg.h"
Include dependency graph for agt_modtags.h:

Go to the source code of this file.

Functions

status_t agt_modtags_init (void)
 Initialize YumaPro module tags feature. More...
 
status_t agt_modtags_init2 (void)
 Initialize YumaPro module tags feature (phase 2) More...
 
void agt_modtags_cleanup (void)
 Cleanup the module static data. More...
 
status_t agt_modtags_setup_filter (xml_msg_hdr_t *msg, val_value_t *inputval, val_value_t **errval)
 Setup a modtag filter in the specified msg. More...
 
boolean agt_modtags_check_filter (xml_msg_hdr_t *msg, val_value_t *val)
 Check a modtag filter in the specified msg applies to the value. More...
 
void * agt_modtags_find_modtag (const xmlChar *tagstr)
 Find a modtag; return opaque pointer. More...
 
boolean agt_modtags_check_modtag (void *v_modtag, xmlns_id_t nsid)
 Check a modtag filter for NACM. More...
 

Detailed Description

YumaPro Module tags handler.