alias Requester and Monitor into epics::pvAccess::

While defined in pvDataCPP neither of these
is actually used there.
Alias into the epics::pvAccess:: namespace
as a first step towards moving
these definitions to this module.
This commit is contained in:
Michael Davidsaver
2016-02-26 11:32:24 -05:00
parent 5279d247ca
commit 7af6031da6

View File

@@ -34,6 +34,17 @@ namespace epics {
namespace pvAccess {
class Configuration;
using epics::pvData::Requester;
using epics::pvData::RequesterPtr;
using epics::pvData::MessageType;
using epics::pvData::getMessageTypeName;
using epics::pvData::MonitorElement;
using epics::pvData::MonitorElementPtr;
using epics::pvData::MonitorElementPtrArray;
using epics::pvData::Monitor;
using epics::pvData::MonitorRequester;
// TODO add write-only?
// change names
enum AccessRights {