Image Manager (CVCDriver.dll) 14.0
RegPortExports.cpp File Reference

Interface functions to IRegPort Interface. More...

Functions

cvbbool_t CanRegPort (IMG Image)
 This function verifies whether the image supports the RegPort interface. More...
 
cvbres_t RPGetInfoAsFloat (IMG Image, cvbval_t InfoCommand, double &Info)
 Retrieve information about a port from the device. More...
 
cvbres_t RPGetInfoAsInteger (IMG Image, cvbval_t InfoCommand, __int64 &Info)
 Retrieve information about a port from the device. More...
 
cvbres_t RPGetInfoAsString (IMG Image, cvbval_t InfoCommand, char *szInfo, size_t &InfoSize)
 Retrieve information about a port from the device. More...
 
cvbres_t RPReadMem (IMG Image, __int64 Address, void *TargetBuffer, size_t lBufferSize)
 Read a memory content from the device. More...
 
cvbres_t RPReadReg (IMG Image, cvbint64_t Address, cvbuint32_t &Value)
 Reads a 32Bit register. More...
 
cvbres_t RPWriteMem (IMG Image, __int64 Address, void *SourceBuffer, size_t lBufferSize)
 Write a memory content to the device. More...
 
cvbres_t RPWriteReg (IMG Image, cvbint64_t Address, cvbuint32_t Value)
 Write a 32Bit register. More...
 

Detailed Description

Interface functions to IRegPort Interface.

Author
Rupert Stelz
Version
1.0.0.0
Since
0.0.0.1 2006/10/28 first created (RS)
1.0.0.0 2007/07/25 changed CanPort to CanRegPort because of name clash with IPort interface from AVT driver (SDo)