#include <cogent.h>
int IP_TimerTime(
timer_t timer, int absolute, time_t init_sec, time_t init_nsec, time_t interval_sec, time_t interval_nsec )
;
A timer ID, as returned by IP_PulseTimed.
1 for absolute time, 0 for relative.
Seconds of delay prior to the first timer expiry.
Nanoseconds of delay prior to the first timer expiry.
Seconds of delay for subsequent timing intervals.
Nanoseconds of delay for subsequent timing intervals.
This function changes the times associated with the timer. If absolute is non-zero, then the init_sec and init_nsec fields are treated as the number of seconds and nanoseconds since 12:00 a.m. Jan 1, 1970 UTC. Otherwise, init_sec and init_nsec are treated as an offset from the current time.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.