C

SafeRenderer::NXPVerifier Class

class SafeRenderer::NXPVerifier

The 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

NXPVerifier(const SafeRenderer::QSafeRect &safeSurfaceRegionArg)

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

NXPVerifier::NXPVerifier(const SafeRenderer::QSafeRect &safeSurfaceRegionArg)

Constructs a NXPVerifier object. safeSurfaceRegionArg is the frame buffer surface area.

[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.