Commit Graph

22 Commits

Author SHA1 Message Date
745119cf77 removed empty lines at end of file 2020-04-15 17:51:17 +02:00
9f794721ab removed spaces at end of line 2020-04-15 17:49:54 +02:00
mrkraimer
3f6d93b22f lots of minor changes 2019-04-04 16:02:47 -04:00
mrkraimer
6bcc036c71 reimplement methods called by pvaPy
The methods are:
static PvaClientPtr create() EPICS_DEPRECATED;
and
static PvaClientMonitorPtr create(
    PvaClientPtr const &pvaClient,
    std::string const & channelName,
    std::string const & providerName,
    std::string const & request,
    PvaClientChannelStateChangeRequesterPtr const & stateChangeRequester
            = PvaClientChannelStateChangeRequesterPtr(),
    PvaClientMonitorRequesterPtr const & monitorRequester
            = PvaClientMonitorRequesterPtr()
) EPICS_DEPRECATED;
2018-01-12 13:51:13 -05:00
mrkraimer
28a23dc5a8 remove a create method from monitor; remove unused channelStateChange methods 2018-01-05 14:38:42 -05:00
Andrew Johnson
25b621890b Convert debug into a file static data member
MSVC doesn't seem to be able to provide access to it as a
class static, so this fixes the DLL build errors of exampleCPP
2017-11-06 12:57:21 -06:00
mrkraimer
609c887c19 replace getChannelProviderRegistry with ChannelProviderRegistry::clients 2017-07-07 10:46:22 -04:00
mrkraimer
0912756a2e back out ChannelProvider change; add PvaMonitor 2017-06-15 14:40:13 -04:00
mrkraimer
619bacc0f4 use the new ChannelProviderRegistry methods 2017-06-04 07:58:00 -04:00
mrkraimer
b18fd4b3ae another attempt to fix issue 31 2016-07-19 15:17:25 -04:00
mrkraimer
d890ce28d8 mostly code cleanup 2016-07-06 10:49:22 -04:00
mrkraimer
7a4bd88d8d doc and shared version changes 2016-06-11 12:01:57 -04:00
mrkraimer
6ff53f4dcb still working on RAII; work on doxygen 2016-05-27 14:20:41 -04:00
mrkraimer
3008825587 still working on RAII 2016-05-24 10:35:10 -04:00
mrkraimer
a0cc581d3f still working on RAII 2016-05-19 12:01:21 -04:00
mrkraimer
40fb22ebd9 add destroy to pvaClientChannel; in pvaClientGet channel is weak_pointer 2016-05-17 14:26:41 -04:00
mrkraimer
3cc13e2c5a replace destroy by RAII; many implementation changes 2016-05-13 12:50:47 -04:00
mrkraimer
d2e8fab2b4 add PvaClient::get; PvaClient::create deprecated 2016-04-20 11:03:11 -04:00
Matej Sekoranja
78a8f26dd0 win support port 2015-09-16 21:11:05 +02:00
mrkraimer
985e1c5900 multi channel support removed for now; will be redone soon 2015-07-29 07:03:15 -04:00
Marty Kraimer
87d5ca03f7 added methods to show cache; tests moved to pvaClientTestCPP; doxygen changes 2015-06-26 07:05:41 -04:00
Marty Kraimer
0d0b6ebac0 rename easyPVACPP to pvaClientCPP; this means repository and all names; 2015-06-17 10:57:57 -04:00