client Add NTURI version of rpc()

and consolidate with similar code for building
pvRequest _options and put() builder.
This commit is contained in:
Michael Davidsaver
2020-03-12 19:49:31 -07:00
parent 6117de2991
commit ad609e420c
6 changed files with 262 additions and 114 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ std::shared_ptr<Subscription> MonitorBuilder::exec()
auto op = std::make_shared<SubscriptionImpl>(Operation::Monitor, chan);
op->event = std::move(_event);
op->pvRequest = _build();
op->pvRequest = _buildReq();
op->maskConn = _maskConn;
op->maskDiscon = _maskDisconn;