RTI Connext DDS Micro C++ API
Version 3.0.3
|
<<interface>> <<cert>> A specific DDSCondition whose trigger_value
is completely under the control of the application.
More...
#include <dds_cpp_infrastructure.hxx>
Public Member Functions | |
DDS_ReturnCode_t | set_trigger_value (bool value) |
<<cert>> Set the guard condition trigger value. |
<<interface>> <<cert>> 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.
DDS_ReturnCode_t DDSGuardCondition::set_trigger_value | ( | bool | value | ) |