Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Callbacks and Timers » Time callbacks when ticks overlap
Re: Time callbacks when ticks overlap [message #27568 is a reply to message #27556] Fri, 23 July 2010 14:01 Go to previous messageGo to previous message
Zbych is currently offline  Zbych
Messages: 327
Registered: July 2009
Senior Member
luzr wrote on Fri, 23 July 2010 11:11


Just to be sure:
[cut]



That is ok. But there is one more place where time is compared:
static void sTimeCallback(dword time, int delay, Callback cb, void *id) {
[...]
for(e = list->GetNext(); e != list && ((int)(time - e->time) >= 0); e = e->GetNext());
[...]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Date iterator
Next Topic: how to use timer id? and how to kill a timer
Goto Forum:
  


Current Time: Wed Aug 27 14:25:35 CEST 2025

Total time taken to generate the page: 0.06377 seconds