script_context_util.tcl

hinitprops can now be called with a list of parameters.
SICS-403 hinitprops will now check for "argtype" and "values" attributes on script context objects to create drop down lists valid arguments for GumTree

sct_positmotor_common.tcl
SICS-403 Now sets "argtype" and a list of "values" properties so GumTree can create drop-down lists of arguments.

quokka positmotor_configuration.tcl
SICS-401 diameter and sampleNum selectors report communications errors

sct_rfamp.c
The controller state should be set before calling AsconError.

r2931 | ffr | 2010-05-22 13:56:13 +1000 (Sat, 22 May 2010) | 13 lines
This commit is contained in:
Ferdi Franceschini
2010-05-22 13:56:13 +10:00
committed by Douglas Clowes
parent 7c90c9d440
commit b8811330f1
4 changed files with 20 additions and 9 deletions

View File

@@ -285,8 +285,8 @@ int RFAmpReading (Ascon *a)
}
if (a->timeout > 0) {
if (DoubleTime() - a->start > a->timeout) {
AsconError(a, "ANSRFAMP: read timeout", 0);
a->state = AsconTimeout;
AsconError(a, "ANSRFAMP: read timeout", 0);
}
}
return 1;