Skip to main content

Name

get_floating_event_set — Retrieve a floating event set

Synopsis

#include "scheduler.h"

| void **get_floating_event_set** ( | set, |   | |   | count); |   |

Event *** <var class="pdparam">set</var>; int * <var class="pdparam">count</var>;

Description

Retrieve a floating event set.

Parameters

set

The event set.

count

The size of the event fetched.

Return Values

This function returns void. On success, set points to the event set.

Threading

Warning

Only call this function from the Scheduler thread.

See Also

Was this page helpful?