C
PosixMessagePlugin Class
Implements QSafeMessageInterface so that it uses POSIX message queue to send safe events to the Safe Renderer process. More...
Header: | #include <PosixMessagePlugin> |
Since: | QtSafeRenderer 1.0 |
Inherits: | QSafeMessageInterface and |
This class was introduced in QtSafeRenderer 1.0.
Reimplemented Public Functions
virtual void | sendMessage(const SafeRenderer::QSafeEvent &event) override |
Detailed Description
There is the reference implementation of POSIX message receiver in the telltales application under <Qt Safe Renderer installation directory>/Examples/QtSafeRenderer-<version>/saferenderer/telltales/integrity.
Member Function Documentation
[override virtual]
void PosixMessagePlugin::sendMessage(const SafeRenderer::QSafeEvent &event)
Reimplements: QSafeMessageInterface::sendMessage(const SafeRenderer::QSafeEvent &event).
Sends the event to the safe side.
Available under certain Qt licenses.
Find out more.