client Operation expose PV name

Desirable to include in error messages if nothing else
This commit is contained in:
Michael Davidsaver
2020-07-27 08:33:02 -07:00
parent c8f72f5319
commit 3b9dd9c405
3 changed files with 10 additions and 0 deletions
+5
View File
@@ -165,6 +165,11 @@ OperationBase::OperationBase(operation_t op, const std::shared_ptr<Channel>& cha
OperationBase::~OperationBase() {}
const std::string& OperationBase::name()
{
return chan->name;
}
Value OperationBase::wait(double timeout)
{
if(!waiter)