Interface functions to IRegPort Interface. More...
Functions | |
cvbbool_t | CanRegPort (IMG Image) |
This function verifies whether the image supports the RegPort interface. | |
cvbres_t | RPGetInfoAsFloat (IMG Image, cvbval_t InfoCommand, double &Info) |
Retrieve information about a port from the device. | |
cvbres_t | RPGetInfoAsInteger (IMG Image, cvbval_t InfoCommand, cvbint64_t &Info) |
Retrieve information about a port from the device. | |
cvbres_t | RPGetInfoAsString (IMG Image, cvbval_t InfoCommand, char *szInfo, size_t &InfoSize) |
Retrieve information about a port from the device. | |
cvbres_t | RPReadMem (IMG Image, cvbint64_t Address, void *TargetBuffer, size_t lBufferSize) |
Read a memory content from the device. | |
cvbres_t | RPReadReg (IMG Image, cvbint64_t Address, cvbuint32_t &Value) |
Reads a 32Bit register. | |
cvbres_t | RPWriteMem (IMG Image, cvbint64_t Address, void *SourceBuffer, size_t lBufferSize) |
Write a memory content to the device. | |
cvbres_t | RPWriteReg (IMG Image, cvbint64_t Address, cvbuint32_t Value) |
Write a 32Bit register. | |
Interface functions to IRegPort Interface.
CanPort
to CanRegPort
because of name clash with IPort interface from AVT driver (SDo) We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.