Go to the source code of this file.
Defines |
#define | PvMemoryRead _Pv_Factory_Test_12 |
#define | PvMemoryWrite _Pv_Factory_Test_13 |
#define | PvRegisterRead _Pv_Factory_Test_10 |
#define | PvRegisterWrite _Pv_Factory_Test_11 |
Functions |
tPvErr PVDECL | _Pv_Factory_Test_10 (tPvHandle Camera, unsigned long NumReads, const unsigned long *pAddressArray, unsigned long *pDataArray, unsigned long *pNumComplete) |
tPvErr PVDECL | _Pv_Factory_Test_11 (tPvHandle Camera, unsigned long NumWrites, const unsigned long *pAddressArray, const unsigned long *pDataArray, unsigned long *pNumComplete) |
tPvErr PVDECL | _Pv_Factory_Test_12 (tPvHandle Camera, unsigned long Address, unsigned long Size, unsigned char *pDataBuffer) |
tPvErr PVDECL | _Pv_Factory_Test_13 (tPvHandle Camera, unsigned long Address, unsigned long Size, const unsigned char *pDataBuffer, unsigned long *pSizeComplete) |
Define Documentation
Function Documentation
tPvErr PVDECL _Pv_Factory_Test_10 |
( |
tPvHandle |
Camera, |
|
|
unsigned long |
NumReads, |
|
|
const unsigned long * |
pAddressArray, |
|
|
unsigned long * |
pDataArray, |
|
|
unsigned long * |
pNumComplete |
|
) |
| |
tPvErr PVDECL _Pv_Factory_Test_11 |
( |
tPvHandle |
Camera, |
|
|
unsigned long |
NumWrites, |
|
|
const unsigned long * |
pAddressArray, |
|
|
const unsigned long * |
pDataArray, |
|
|
unsigned long * |
pNumComplete |
|
) |
| |