holoscan::gxf::notify_entity_event

Beta
View as Markdown
bool holoscan::gxf::notify_entity_event(
gxf_context_t context,
gxf_uid_t component_cid
)

Notify the GXF scheduler that an entity’s condition has changed.

This function is used by event-based conditions to signal to the scheduler that an asynchronous event has completed and the entity should be re-evaluated.

Returns: true if the notification was successful, false otherwise.

Parameters

context
gxf_context_t

The GXF context.

component_cid
gxf_uid_t

The component ID of the scheduling term (condition wrapper).