#include <pvar.h>

Data Fields | |
| pv_getf_t | getf |
| pv_init_param_f | init_param |
| int | iparam |
| str | name |
| pv_parse_index_f | parse_index |
| pv_parse_name_f | parse_name |
| pv_setf_t | setf |
| pv_type_t | type |
Definition at line 151 of file pvar.h.
function to get the value
Definition at line 154 of file pvar.h.
Referenced by pv_lookup_spec_name(), and pv_table_add().
| int iparam |
parameter for the init function
Definition at line 159 of file pvar.h.
Referenced by pv_parse_spec().
class name of PV
Definition at line 152 of file pvar.h.
Referenced by pv_lookup_spec_name(), pv_table_add(), and register_pvars_mod().
function to parse the index of PV
Definition at line 157 of file pvar.h.
Referenced by pv_parse_spec().
function to parse the inner name
Definition at line 156 of file pvar.h.
Referenced by pv_parse_spec().
function to set the value
Definition at line 155 of file pvar.h.
Referenced by pv_lookup_spec_name().
type of PV
Definition at line 153 of file pvar.h.
Referenced by pv_lookup_spec_name(), and pv_table_add().
1.5.6