From nsclick at gmx.de Thu Dec 19 05:23:41 2013 From: nsclick at gmx.de (nsclick at gmx.de) Date: Thu, 19 Dec 2013 10:23:41 -0000 Subject: [Click] Timers in Click Message-ID: Hello, I have a problem with understanding the whole timer stuff. When using a timer you have a constructor like this: PeriodicPrinter::PeriodicPrinter() : _timer(this) // Sets _timer to call this->run_timer(&_timer) { // when it fires. } But what is this C++ construct called where this ": _timer(this)" is between the head of the class-constructor and the opening curly brace? And how can I add there multiple timers? For example _timerA and _timerB? Thanks in advance, Thomas From mahmood.b07 at gmail.com Mon Dec 23 07:21:50 2013 From: mahmood.b07 at gmail.com (Bilal Mahmood) Date: Mon, 23 Dec 2013 12:21:50 -0000 Subject: [Click] How can I access Handlers of other Elements Message-ID: Hello, Can someone tell me How can I access the handler like capacity of Queue element in objects of DRRSched element? Regards Bilal Mahmood From mahmood.b07 at gmail.com Mon Dec 23 07:23:07 2013 From: mahmood.b07 at gmail.com (Bilal Mahmood) Date: Mon, 23 Dec 2013 12:23:07 -0000 Subject: [Click] How can I access Handlers of other Elements Message-ID: Hello, Can someone tell me How can I access the handler like capacity of Queue element in objects of DRRSched element? Regards Bilal Mahmood