Use epicsMutex and epicsEvent instead of pv::data equivalents
This commit is contained in:
committed by
mdavidsaver
parent
0332d0f2c1
commit
98e81a542e
@@ -349,7 +349,7 @@ void DbdToPv::getChoicesDone(struct event_handler_args &args)
|
||||
size_t num = dbr_enum_p->no_str;
|
||||
choices.reserve(num);
|
||||
for(size_t i=0; i<num; ++i) choices.push_back(string(&dbr_enum_p->strs[i][0]));
|
||||
choicesEvent.signal();
|
||||
choicesEvent.trigger();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user