[Coco] OSK C alarm functions
Bob Devries
bdevries at gil.com.au
Thu Nov 20 02:30:01 EST 2003
OK, Mike, here they are:
int alm_atdate(sigcode, time, date)
int sigcode; /* signal to be sent */
int time; /* time in form 00HHMMSS */
int date; /* date in form YYYYMMDD */
int alm_atjul(sigcode, time, date)
int sigcode; /* signal to be sent */
int time; /* number of seconds after midnight */
int date; /* Julian day number */
int alm_cycle(sigcode, timeinterval)
int sigcode; /* signal to be sent */
int timeinterval; /* periodic interval at which the */
/* signal will be sent to the caller */
/* in ticks */
int alm_delete(alarmid)
int alarmid; /* alarm ID of the request to be cancelled */
int alm_set(sigcode, time)
int sigcode; /* signal to be sent */
int time; /* time delay in ticks to alarm */
Regards, Bob Devries; Ipswich, Queensland, Australia
More information about the Coco
mailing list