Skip to main content

Name

float_event — Float an event

Synopsis

#include "scheduler.h"

| void **float_event** ( | event); |   |

Event * <var class="pdparam">event</var>;

Description

Float an event.

Parameters

event

The Event.

Return Values

This function returns void.

Threading

Warning

Only call this function from the Scheduler thread.

See Also

Was this page helpful?