PV spec format:
- $class_name
- $class_name(inner_name)
- $(class_name[index])
- $(class_name(inner_name)[index])
- $(class_name{transformation})
- $(class_name(inner_name){transformation})
- $(class_name[index]{transformation})
- $(class_name(inner_name)[index]{transformation}).
#include <pvar.h>
Data Fields
-
pv_getf_t getf
- function to get the value
-
pv_init_param_f init_param
- function to init the PV spec
-
int iparam
- parameter for the init function
-
str name
- class name of PV
-
pv_parse_index_f parse_index
- function to parse the index of PV
-
pv_parse_name_f parse_name
- function to parse the inner name
-
pv_setf_t setf
- function to set the value
-
pv_type_t type
- type of PV
Detailed Description
Definition at line 153 of file pvar.h.
The documentation for this struct was generated from the following file: