Blocking Timer function

Hi,

I’m using adl_timer API with no trouble (it’s got some nice features actually), but it becomes a problem when you call a function that has to implement a fixed delay.

Does the ADL provide a way of calling a blocking timer function ie. a sleep function, or a function that otherwise returns to where it was called from?

Such a function would improve my life considerably.

cheers,
Jedd

Hello Jedd,

Wait() and sleep() have been mentioned before in
http://www.wavecom.com/modules/movie/scenes/forums/viewtopic.php?t=95

Redesign the software and use timers… :wink:

/Snoooze