EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
chFilterIf Struct Reference

Public Attributes

void(* priv_free )(void *puser)
 
parse_result(* parse_start )(chFilter *filter)
 
void(* parse_abort )(chFilter *filter)
 
parse_result(* parse_end )(chFilter *filter)
 
parse_result(* parse_null )(chFilter *filter)
 
parse_result(* parse_boolean )(chFilter *filter, int boolVal)
 
parse_result(* parse_integer )(chFilter *filter, long integerVal)
 
parse_result(* parse_double )(chFilter *filter, double doubleVal)
 
parse_result(* parse_string )(chFilter *filter, const char *stringVal, size_t stringLen)
 
parse_result(* parse_start_map )(chFilter *filter)
 
parse_result(* parse_map_key )(chFilter *filter, const char *key, size_t stringLen)
 
parse_result(* parse_end_map )(chFilter *filter)
 
parse_result(* parse_start_array )(chFilter *filter)
 
parse_result(* parse_end_array )(chFilter *filter)
 
long(* channel_open )(chFilter *filter)
 
void(* channel_register_pre )(chFilter *filter, chPostEventFunc **cb_out, void **arg_out, db_field_log *probe)
 
void(* channel_register_post )(chFilter *filter, chPostEventFunc **cb_out, void **arg_out, db_field_log *probe)
 
void(* channel_report )(chFilter *filter, int level, const unsigned short indent)
 
void(* channel_close )(chFilter *filter)
 

Detailed Description

Definition at line 83 of file dbChannel.h.


The documentation for this struct was generated from the following file: