Commit Graph

123 Commits

Author SHA1 Message Date
Andrew Johnson
09cf317521 Fix 10-year old typo in message generation 2025-02-20 13:14:40 -06:00
mrkraimer
9e8cc341ea multiChannel now allows an array of provider names 2021-03-23 12:42:58 -04:00
mrkraimer
6eb977ae66 The following changes were made:
1) pvaClientChannel no longer issues an error message on disconnect.
   This should never have been done.
   When pvaClient is used within a database, it caused error mesaage when database exits.
2) pvaClientGet,Monitor,Process,Put,PutGet now let pvaClientChannel handle getRequesterName and message.
   This leads to better error messages.
2021-03-15 06:48:38 -04:00
mrkraimer
3fb934a30b replace boolean by epics::pvData::boolean 2021-03-06 11:17:18 -05:00
mrkraimer
8a661bb591 The following changes were made:
1) update documentation.
2) remove some output messages from pvaClientMonitor and pvaClientMultiChannel
3) performance improvement to pvaClientNTMultiPut.
2021-03-01 10:14:05 -05:00
mrkraimer
1211d01800 The changes:
1) Fix issues #66 and #70
2) All tests in exampleCPP/testMultiplePutGet now work successfully.

I still want to do more testing, especially on connection management.
Also relese notes and documentation needs work.
2021-02-26 12:32:15 -05:00
mrkraimer
b665dac669 The following changes were made:
1) PvaClientChannel::channelCreated no longer declares channel connected.
   PvaClientChannel::channelStateChange does this.
2) PvaClientNTMultiData::endDeltaTime no longer calls unionValue[i] = PVUnionPtr()
2021-02-23 09:25:19 -05:00
mrkraimer
65a69a8901 Changes include:
1) Added method PvaClientNTMultiData::getChannelChangeFlags.
2) In pvaClientMultiChannel made methods not intended for client protected.
3) Fixed many connection related problems.
4) Cleaned up doxygen.
2021-02-17 11:10:41 -05:00
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
8f21ac8b9d replaced tabs with spaces 2020-04-15 17:45:02 +02:00
mrkraimer
aaacadb42d fix issue 63; add PvaClientData::getSinglePVField; simplify getDouble, putDouble, etc 2019-12-02 10:32:48 -05:00
mrkraimer
3f4df39ee0 fix issue #62 PvaClientData::parse bug 2019-08-12 06:03:55 -04:00
mrkraimer
c84b24bb30 Merge https://github.com/epics-base/pvaClientCPP
merge to get latest hanges from epics-base
2019-08-02 05:44:42 -04:00
Andrew Johnson
2c1cb03cd0 Use new CONFIG_PVACLIENT_VERSION file for SHRLIB_VERSION 2019-07-29 11:46:54 -05:00
mrkraimer
f58c5159fc add streamJSON 2019-07-19 09:49:40 -04:00
mrkraimer
a91ba8ef9e fixed a bug 2019-07-17 10:43:13 -04:00
mrkraimer
ddb36536fe add zeroArrayLength 2019-07-16 10:33:39 -04:00
mrkraimer
9153036ccc added JSON support 2019-07-16 09:42:08 -04:00
mrkraimer
81f5e25276 working on issue #56; still problems with monitor 2019-04-26 10:09:56 -04:00
mrkraimer
ed0b1cbf08 fix issue #57 2019-04-24 14:53:18 -04:00
mrkraimer
fd77d35b20 address issue #54 2019-04-23 14:04:13 -04:00
Andrew Johnson
428adb270e Update version numbers to 4.5.0 for EPICS 7.0.2.2 release 2019-04-15 11:27:27 -05:00
mrkraimer
150ac45de3 bug in pvaClientData; fix doxygen warning; update doc 2019-04-09 11:15:00 -04:00
mrkraimer
fb6f4355f3 getDoubleArray and putDoubleArray now work for all numeric scalar arrays 2019-04-09 06:19:14 -04:00
mrkraimer
0bb17d5b09 make them work if not top level value field 2019-04-08 14:23:58 -04:00
mrkraimer
00103f8207 getStringArray and putStringArray support all numeric array types 2019-04-08 14:11:27 -04:00
mrkraimer
522a050945 add double and string methods to pvaClientChannel 2019-04-07 14:34:56 -04:00
mrkraimer
99a7e3b0b5 more changes 2019-04-06 11:30:10 -04:00
mrkraimer
763c41caa3 setElementData=>setData 2019-04-05 14:37:05 -04:00
mrkraimer
9ffeffd23f mistake 2019-04-04 16:27:53 -04:00
mrkraimer
3f6d93b22f lots of minor changes 2019-04-04 16:02:47 -04:00
mrkraimer
d650865a6f address issue #53; reorganize Client*Data 2019-04-03 10:32:45 -04:00
Andrew Johnson
8ab4dd1fdb Correct SHRLIB_VERSION 2018-12-17 16:16:59 -06:00
mrkraimer
8745dd03b3 with multithreads callback can occur before create completes 2018-10-05 15:59:59 -04:00
mrkraimer
d57893b566 remove #include <pv/pvCopy.h> 2018-09-27 15:34:02 -04:00
mrkraimer
b7ea0fe59a fix bug that causes failure in monotor::stop for privider ca 2018-07-27 05:43: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
9d5f06c11d pull latest from epics-base 2018-01-08 09:20: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
74d381e68c Use EPICS_BASE_PVA_CORE_LIBS 2017-12-06 22:45:00 -06:00
mrkraimer
0fb4612680 fix bug in pvaClientNTMultiData that can cause a crash 2017-11-21 05:25:51 -05:00
mrkraimer
3e9645c883 Merge https://github.com/epics-base/pvaClientCPP 2017-11-10 09:57:46 -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
fe15b9dd09 ignore mutiple calls to PvaClientMonitor::start 2017-10-23 10:16:31 -04:00
mrkraimer
b5e9aa6a60 yet more support for noblock; add ci 2017-09-12 14:20:13 -04:00
mrkraimer
4606d84185 add more support for no block; removed extra create methods for put and get 2017-09-08 14:22:50 -04:00
mrkraimer
97d9dc2034 add more calbacks; documentation changes 2017-08-08 06:23:35 -04:00
mrkraimer
5c99282ee2 change version number 2017-07-18 14:47:44 -04:00
mrkraimer
932d90ff70 minor changes 2017-07-18 06:01:53 -04:00