C

MessageSenderPlugin Class

Implements QSafeMessageInterface so that it uses platform specific library to send safe events to the Safe Renderer process. More...

Header: #include <MessageSenderPlugin>
Since: QtSafeRenderer 1.0
Inherits: QSafeMessageInterface and

Reimplemented Public Functions

virtual void sendMessage(const SafeRenderer::QSafeEvent &event, SafeRenderer::QSafeEvent &reply) override

Detailed Description

Member Function Documentation

[override virtual] void MessageSenderPlugin::sendMessage(const SafeRenderer::QSafeEvent &event, SafeRenderer::QSafeEvent &reply)

Sends an event from non-safe process to the safety-critical process and reads the response to reply.

The platform specific library is used for sending the event.

Available under certain Qt licenses.
Find out more.