TONE_$TIME Domain/OS TONE_$TIME
NAME
tone_$time - make a noise of a specified duration
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/tone.h>
void tone_$time(time_$clock_t &time)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/tone.ins.pas';
procedure tone_$time(in time: time_$clock_t);
SYNOPSIS (FORTRAN)
%include '/sys/ins/base.ins.ftn'
%include '/sys/ins/tone.ins.ftn'
integer*4 clockl
integer*2 clockh, time(3)
equivalence (clockl, time(2)), (clockh, time(1))
call tone_$time(time)
DESCRIPTION
This call commands the node to make a noise for the length of time speci-
fied in time.
time This is the duration of the noise in time_$clock_t format.