Commit 9d1b9fba authored by Claes Sjofors's avatar Claes Sjofors

Ge action AnalogValue, refrence added

parent 95db152a
......@@ -18656,6 +18656,10 @@ int GeSetValue::action( grow_tObject object, glow_tEvent event)
db = dyn->parse_attr_name( attribute, parsed_name, &inverted, &attr_type,
&attr_size);
if ( parsed_name[0] == '&')
// Attribute starting with '&' indicates reference
dyn->graph->get_reference_name( parsed_name, parsed_name);
sts = graph_attr_string_to_value( attr_type, value,
(void *)&buf, sizeof( buf), sizeof(buf));
if ( EVEN(sts)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment