C

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(SafeRenderer::OutputVerifier &outputVerifierArg)

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(SafeRenderer::OutputVerifier &outputVerifierArg)

Constructs a NXPVerifier object. outputVerifierArg is the reference to the OutputVerifier instance.

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