source: tmcsimulator/trunk/webapps/unifiedlogger/CMS watcher design.txt @ 429

Revision 429, 288 bytes checked in by jdalbey, 7 years ago (diff)

Add CMS Evaluations to LoadEvents? for EINotebook. Fixes #147.

Line 
1For each cms in signlist
2
3  IF prev is empty and curr not empty THEN
4        print "Activated", ID, curr
5  IF curr is empty and prev not empty THEN
6        print "Deactivated", ID
7  IF curr not empty and prev not empty and curr not equal prev THEN
8        print "Updated", ID, curr
9
10END
11
Note: See TracBrowser for help on using the repository browser.