SyncTimer 1.2

timers synchronized with clock

Table Of Contents

INTRO

This package provides commands able to start/stop synchronized timers.

Each time a timer is triggered, it executes a user-defined command. Timers are triggered at regular intervals, and are aligned (synchronized) with the system-clock.

For full details read the documentation :

SyncTimer is pure-tcl package, running on any platform (Tcl 8.5 or higher)

EXAMPLE

Start a new sync-timer

   package require SyncTimer
   set t1  [SyncTimer::every "10 secs" "00:00:00" { puts "[clock format [clock seconds]]" }]

stop a scheduler timer

   SyncTimer::cancel $t1

DOWNLOAD

SyncTimer 1.2

REQUIRED PACKAGES

INSTALLATION

SyncTimer should be installed under standard library path.

HISTORY

AUTHOR

Copyright (c) 2007 <Irrational Numbers>

For comments and suggestions, please write to : <aldo.buratti@tiscali.it>