TwiceAsNice  2019-02-18
Macros | Functions
PvRegIo.h File Reference
#include <PvApi.h>
Include dependency graph for PvRegIo.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ PvMemoryRead

#define PvMemoryRead   _Pv_Factory_Test_12

◆ PvMemoryWrite

#define PvMemoryWrite   _Pv_Factory_Test_13

◆ PvRegisterRead

#define PvRegisterRead   _Pv_Factory_Test_10

◆ PvRegisterWrite

#define PvRegisterWrite   _Pv_Factory_Test_11

Function Documentation

◆ _Pv_Factory_Test_10()

tPvErr PVDECL _Pv_Factory_Test_10 ( tPvHandle  Camera,
unsigned long  NumReads,
const unsigned long pAddressArray,
unsigned long pDataArray,
unsigned long pNumComplete 
)

◆ _Pv_Factory_Test_11()

tPvErr PVDECL _Pv_Factory_Test_11 ( tPvHandle  Camera,
unsigned long  NumWrites,
const unsigned long pAddressArray,
const unsigned long pDataArray,
unsigned long pNumComplete 
)

◆ _Pv_Factory_Test_12()

tPvErr PVDECL _Pv_Factory_Test_12 ( tPvHandle  Camera,
unsigned long  Address,
unsigned long  Size,
unsigned char *  pDataBuffer 
)

◆ _Pv_Factory_Test_13()

tPvErr PVDECL _Pv_Factory_Test_13 ( tPvHandle  Camera,
unsigned long  Address,
unsigned long  Size,
const unsigned char *  pDataBuffer,
unsigned long pSizeComplete 
)