]> git.entuzijast.net Git - imunes.git/commit
Add square function generator. The generator alternates output between
authormarko <marko>
Tue, 24 Jun 2008 06:44:48 +0000 (06:44 +0000)
committermarko <marko>
Tue, 24 Jun 2008 06:44:48 +0000 (06:44 +0000)
commit84454d32e1e514fdc443fc85462fd13d7a3b78e2
tree90dd3337194a96f5ba4997a560f061245cfd2345
parent6f4c86681ce188d660c50cd3d09f1cf907605d81
Add square function generator.  The generator alternates output between
two predefined values each N seconds.  Example:

    events {
        40 duplicate square 0 10 20
    }

alternates output between 0 and 10 each 20 secons, starting at 40-th
second of the experiment execution.

General note: none of the event scheduling mechanisms can be controlled
via the GUI, but only through manual editing of the config file.

Another change while here: do not invoke execSetLinkParams() on events
which are changing only link annotations (width, color).

Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
eventsched.tcl