Engine.timer
From Yate Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
− | '''engine.timer''' is a message sent by the engine to the modules that have a message handler registered for it and is intended to act as a means of synchronization. This message is broadcast every second by the engine. | + | '''engine.timer''' is a message sent by the engine to the modules that have a message handler registered for it and is intended to act as a means of synchronization.<br> |
+ | This message is broadcast every second by the engine. | ||
===Parameter=== | ===Parameter=== | ||
+ | |||
'''time''' | '''time''' | ||
:::[http://www.wikipedia.org/wiki/UNIX_time UNIX time] the message has been emitted. | :::[http://www.wikipedia.org/wiki/UNIX_time UNIX time] the message has been emitted. | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | *[[engine.cipher]] | ||
+ | *[[module.update]] |
Latest revision as of 17:59, 18 January 2013
engine.timer is a message sent by the engine to the modules that have a message handler registered for it and is intended to act as a means of synchronization.
This message is broadcast every second by the engine.
[edit] Parameter
time
- UNIX time the message has been emitted.
See also