OS_IsVAlarmAvailable


C Specification

#include <nitro/os.h>
BOOL OS_IsVAlarmAvailable( void );
  

Description

This function checks whether the V-Count alarm system has been initialized. Returns TRUE if the V-Count alarm system has been initialized.

Arguments

None

Return Values

Returns TRUE if the V-Count alarm system has been initialized.

See Also

OS_InitVAlarm, OS_EndVAlarm

Revision History

02/24/2004 Initial Version