Remove keywords to simplify merging branches.
r2859 | ffr | 2010-01-13 15:41:46 +1100 (Wed, 13 Jan 2010) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
695c5a8f82
commit
fd6a955d6b
@@ -1,9 +1,6 @@
|
||||
#!/usr/bin/tclsh
|
||||
|
||||
# $Revision: 1.1 $
|
||||
# $Date: 2006-10-12 23:06:05 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
# Creates a fake motion controller based on an
|
||||
# instrument configuration file.
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# $Revision: 1.4 $
|
||||
# $Date: 2009-01-23 05:06:03 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
# Creates a socket server which listens for connections and accepts commands
|
||||
# from DMC2280 clients (eg SICS).
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# $Revision: 1.2 $
|
||||
# $Date: 2007-10-31 06:10:30 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
# Parses a subset of DMC2280 commands and returns the corresponding command
|
||||
# which is defined in dmc2280Server.tcl
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
#!/usr/bin/env tclsh
|
||||
# TODO setup loopback devices for controllers.
|
||||
|
||||
# $Revision: 1.1 $
|
||||
# $Date: 2006-10-12 23:06:05 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by $Author: ffr $
|
||||
|
||||
# Load troubleshooting setup
|
||||
#source dmc2280_util.tcl
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
#!/usr/bin/tclsh
|
||||
|
||||
# $Revision: 1.9 $
|
||||
# $Date: 2009-01-23 05:06:03 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
# Creates fake DMC configuration files based on the instrument
|
||||
# configuration file.
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# $Revision: 1.9 $
|
||||
# $Date: 2009-01-23 05:06:03 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
proc sleep {mstime} {
|
||||
set x 0
|
||||
|
||||
Reference in New Issue
Block a user