TwiceAsNice
2019-02-18
|
#include <PvApi.h>
Macros | |
#define | PvRegisterRead _Pv_Factory_Test_10 |
#define | PvRegisterWrite _Pv_Factory_Test_11 |
#define | PvMemoryRead _Pv_Factory_Test_12 |
#define | PvMemoryWrite _Pv_Factory_Test_13 |
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 PvMemoryRead _Pv_Factory_Test_12 |
#define PvMemoryWrite _Pv_Factory_Test_13 |
#define PvRegisterRead _Pv_Factory_Test_10 |
#define PvRegisterWrite _Pv_Factory_Test_11 |
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 | ||
) |