EDT PDV SDK Documentation 6.1.0
|
Functions | |
PdvDependent | pdv_alloc_dependent (void) |
Allocates a PdvDependent structure, for use by pdv_readcfg and pdv_initcam, and checks for and reports error conditions as a result of the alloc. More... | |
void | pdv_dependent_erase (PdvDependent p) |
Clear all structure members to zero. More... | |
int | pdv_get_dependent (PdvDev pdv_p, PdvDependent dep) |
Read PdvDependent data from driver. More... | |
int | pdv_set_dependent (PdvDev pdv_p, PdvDependent dep) |
Write PdvDependent data to driver. More... | |
void pdv_dependent_erase | ( | PdvDependent | p | ) |
Clear all structure members to zero.
p | Pointer to a PdvDependent structure. |
int pdv_get_dependent | ( | PdvDev | pdv_p, |
PdvDependent | dep | ||
) |
Read PdvDependent data from driver.
pdv_p | The open PDV device handle. | |
[out] | dep | On success, data read from driver will be returned here. |
int pdv_set_dependent | ( | PdvDev | pdv_p, |
PdvDependent | dep | ||
) |
Write PdvDependent data to driver.
pdv_p | The open PDV device handle. |
dep | Data to store in the device driver handle. |