#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | TONE_HIGH_FREQ 2000 |
#define | TONE_HIGH_LEN 75 |
#define | TONE_LOW_FREQ 500 |
#define | TONE_LOW_LEN 75 |
#define | TONE_CLICK_FREQ 400 |
#define | TONE_CLICK_LEN 4 |
#define | TONE_SILENT 10 |
#define | SIREN_LOW_FREQ 1200 |
#define | SIREN_HIGH_FREQ 2000 |
#define | SIREN_INTERVAL 100 |
Functions | |
BOOL | HighBeep (void) |
BOOL | LowBeep (void) |
BOOL | KeyClick (void) |
BOOL | UpSiren (void) |
BOOL | DownSiren (void) |
BOOL | DoBeep (BEEPPROC BeepProc, UINT Count) |
|
Definition at line 24 of file sirens.c. Referenced by DownSiren(), and UpSiren(). |
|
Definition at line 25 of file sirens.c. Referenced by DownSiren(), and UpSiren(). |
|
Definition at line 23 of file sirens.c. Referenced by DownSiren(), and UpSiren(). |
|
Definition at line 20 of file sirens.c. Referenced by KeyClick(). |
|
Definition at line 21 of file sirens.c. Referenced by KeyClick(). |
|
Definition at line 16 of file sirens.c. Referenced by HighBeep(). |
|
Definition at line 17 of file sirens.c. Referenced by HighBeep(). |
|
Definition at line 18 of file sirens.c. Referenced by LowBeep(). |
|
Definition at line 19 of file sirens.c. Referenced by LowBeep(). |
|
|
|
Definition at line 128 of file sirens.c. References BOOL, Count, TRUE, and UserSleep(). Referenced by xxxProcessEventMessage().
|
|
Definition at line 112 of file sirens.c. References BOOL, DWORD, EnterCrit, LeaveCrit, SIREN_HIGH_FREQ, SIREN_INTERVAL, SIREN_LOW_FREQ, TRUE, and UserBeep().
|
|
Definition at line 35 of file sirens.c. References BOOL, EnterCrit, LeaveCrit, Status, TONE_HIGH_FREQ, TONE_HIGH_LEN, and UserBeep().
|
|
Definition at line 71 of file sirens.c. References BOOL, EnterCrit, LeaveCrit, Status, TONE_CLICK_FREQ, TONE_CLICK_LEN, and UserBeep().
|
|
Definition at line 53 of file sirens.c. References BOOL, EnterCrit, LeaveCrit, Status, TONE_LOW_FREQ, TONE_LOW_LEN, and UserBeep().
|
|
Definition at line 89 of file sirens.c. References BOOL, DWORD, EnterCrit, LeaveCrit, SIREN_HIGH_FREQ, SIREN_INTERVAL, SIREN_LOW_FREQ, TRUE, and UserBeep().
|