Alarm (C)

Description

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

Specify the time directly in nanoseconds instead of using nn::fnd::TimeSpan units.

Structures

nnosAlarm C Structure representing an alarm.

Functions

nnosAlarmInitialize See the corresponding C++ function, nn::os::Alarm::Initialize.
nnosAlarmFinalize See the corresponding C++ function, nn::os::Alarm::Finalize.
nnosAlarmSetOneShot See the corresponding C++ function, nn::os::Alarm::SetOneShot.
nnosAlarmSetPeriodic See the corresponding C++ function, nn::os::Alarm::SetPeriodic.
nnosAlarmCancel See the corresponding C++ function, nn::os::Alarm::Cancel.
nnosAlarmCanSet See the corresponding C++ function, nn::os::Alarm::CanSet.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL