search for: ontime

Displaying 6 results from an estimated 6 matches for "ontime".

Did you mean: onetime
2009 Apr 11
1
Wx::Timer
...ears that Wx::Timer should do the job, but I haven''t been able to figure out how to use in in wxruby. The documentation for this is still for C++. I''ve tried the following: (In my form class''s initialize method): @timer = Wx::Timer.new evt_timer(@timer.id) {|event| onTimer(event)} @timer.start(1000) Later in the form, I have the onTimer routine defined. The problem is that its never being called. Does anyone know how to use Wx::Timer? Thanks in advance ---Michael -- Posted via http://www.ruby-forum.com/.
2005 Sep 18
0
How does the jitter buffer "catch up"?
...a multiply. At this point, _get shifts the histogram, so the 1.0 value is copied to the +20ms bin. _put gets the CPU again, and writes 0.98 (the 1.0 it fetched, multiplied by 0.98) back to the +40 bin. The sum of margins is now 1.98, which is Not Good (tm); it'll first shift it once more (ontime = 0.9x, +20ms = 0.9x), then shift again, (late =0.9x, ontime = 0.9x).. Eeek, packets are late, interpolate.. then they're early and so on. This will continue until the margins return to sane values. The chance of this happening is much less than the other one, but it COULD happen ;) >&g...
2005 Sep 18
3
How does the jitter buffer "catch up"?
> Err, unless I'm totally wrong, there are a few race conditions. > > Assume the buffer is full of packets newer than the current pointer, and > one that is at the current pointer. > > get and put start at the same time. > > get will find the correct buffer index. Now, just after it finds it's > index, assume we switch to the put thread. > > Put needs
2012 Jan 23
2
asterisk does not detect menus
Hello, When I called companies with auto animate menus my system does not seem to detect menus on ther other side. For instance I called this number (407) 886-3338 when I input the ext. number of any option on the list I don't get a response however if I called the same number from my google account or my cell phone number it works fine meaning I can select any option or input ext number.
2011 Jan 23
61
Do we need a new name for "--test"?
https://projects.puppetlabs.com/issues/2476 This does seem to confuse a fair few new users. What would be a better name for "--test"? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to
2005 Dec 19
0
new(er) SEC driver.
...Voltage 3", 0.1, SEC_CMD_OUTPUTSTAT, 12, 9999, SEC_FLAG_NORMAL |SEC_FLAG_NUMBER|SEC_FLAG_RD }, { "ups.delay.reboot", "Reboot With Duration", 1.0, SEC_CMD_REBOOT, 1, 16, SEC_FLAG_NORMAL |SEC_FLAG_NUMBER|SEC_FLAG_WR }, { "battery.ontime", "Seconds on Battery", 1.0, SEC_CMD_BATTSTAT, 4, 99999, SEC_FLAG_ORIGINAL|SEC_FLAG_NUMBER|SEC_FLAG_RD }, { "ups.shutdown.type", "Shutdown Type", 1.0, SEC_CMD_SHUTTYPE, 1, 2, SEC_FLAG_ORIGINAL|SEC_FLAG_ENUM |SEC_F...