RTI Connext Micro C++ API Version 4.2.0
Loading...
Searching...
No Matches
DDSGuardCondition Class Reference

<<interface>> A specific DDSCondition whose trigger_value is completely under the control of the application. More...

#include <dds_cpp_infrastructure.hxx>

Inheritance diagram for DDSGuardCondition:
DDSCondition

Public Member Functions

DDS_ReturnCode_t set_trigger_value (bool value)
 Set the guard condition trigger value.
 

Detailed Description

<<interface>> A specific DDSCondition whose trigger_value is completely under the control of the application.

The DDSGuardCondition provides a way for an application to manually wake up a DDSWaitSet. This is accomplished by attaching the DDSGuardCondition to the DDSWaitSet and then setting the trigger_value by means of the DDSGuardCondition::set_trigger_value operation.

See also
DDSWaitSet

Member Function Documentation

◆ set_trigger_value()

DDS_ReturnCode_t DDSGuardCondition::set_trigger_value ( bool value)

Set the guard condition trigger value.

Parameters
value<<in>> the new trigger value.