LightEvent (C)

Description

C interface module for nn::os::LightEvent.

Structures

nnosLightEvent C structure representing a light event.

Functions

nnosLightEventInitialize See the corresponding C++ function nn::os::LightEvent::Initialize.
nnosLightEventIsSignaled See the corresponding C++ function nn::os::LightEvent::IsSignaled.
nnosLightEventIsManualReset See the corresponding C++ function nn::os::LightEvent::IsManualReset.
nnosLightEventTryWait See the corresponding C++ function nn::os::LightEvent::TryWait.
nnosLightEventWait See the corresponding C++ function nn::os::LightEvent::Wait.
nnosLightEventSignal See the corresponding C++ function nn::os::LightEvent::Signal.
nnosLightEventPulse See the corresponding C++ function nn::os::LightEvent::Pulse.
nnosLightEventClearSignal See the corresponding C++ function nn::os::LightEvent::ClearSignal.
nnosLightEventFinalize See the corresponding C++ function nn::os::LightEvent::Finalize.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL