Revert setting of "driving" flag.
r3102 | ffr | 2011-04-13 15:01:15 +1000 (Wed, 13 Apr 2011) | 1 line
This commit is contained in:
committed by
Douglas Clowes
parent
5153e16e86
commit
4ae629c08e
@@ -108,7 +108,6 @@ static long SCTDRIVSetValue(void *data, SConnection *pCon, float val){
|
||||
v.dataType = HIPFLOAT;
|
||||
v.v.doubleValue = (double)val;
|
||||
SetHdbProperty(self->write_node,"writestatus", "start");
|
||||
SetHdbProperty(self->write_node,"driving", "1");
|
||||
status = SetHipadabaPar(self->write_node, v, pCon);
|
||||
if(status == 1){
|
||||
return OKOK;
|
||||
|
||||
Reference in New Issue
Block a user