Skip to content
Snippets Groups Projects
Commit 1edb4058 authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

fixed when loading new alarms

parent c1076616
No related branches found
No related tags found
No related merge requests found
......@@ -758,11 +758,13 @@ void event_table::add(string &signame, vector<string> contexts, int to_do, bool
else if(found && start)
{
signal = sig;
#if 0
signal->siglock->writerIn();
signal->ex_reason = "NOT_connected";
signal->ex_desc = "Attribute not subscribed";
signal->ex_origin = "...";
signal->siglock->writerOut();
#endif
//DEBUG_STREAM << "created proxy to " << signame << endl;
// create Attribute proxy
signal->attr = new Tango::AttributeProxy(signal->name); //TODO: OK out of siglock? accessed only inside the same thread?
......
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