C
NXPVerifier Class
class SafeRenderer::NXPVerifierThe NXPVerifier class provides the output verifier implementation for the NXP iMX8QM board in Linux. More...
Header: | #include <NXPVerifier> |
Since: | QtSafeRenderer 2.1 |
Inherits: | SafeRenderer::OutputVerifierInterface |
Public Functions
virtual | ~NXPVerifier() |
void | readRoi() |
void | setupRoi() |
Reimplemented Public Functions
virtual void | verifyOutput() override |
Detailed Description
Implements the OutputVerifierInterface abstract interface for the NXP iMX8QM board. The implementation uses the Linux DebugFS extension to set the region and read the CRC value from DPU device.
Member Function Documentation
[virtual]
NXPVerifier::~NXPVerifier()
Destructs the NXPVerifier instance.
void NXPVerifier::readRoi()
Reads the ROI calculation results back from the control file and adds the ROI region with the received CRC value to the verification results.
void NXPVerifier::setupRoi()
Fetches the ROI regions from verificationQueue and writes them to the control file.
[override virtual]
void NXPVerifier::verifyOutput()
Internal API for reading the output CRC value. In case of error the OutputVerifierException is thrown.
Available under certain Qt licenses.
Find out more.