mrkraimer
3fb934a30b
replace boolean by epics::pvData::boolean
2021-03-06 11:17:18 -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
zimoch
9f794721ab
removed spaces at end of line
2020-04-15 17:49:54 +02: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
3f6d93b22f
lots of minor changes
2019-04-04 16:02:47 -04:00
mrkraimer
0fb4612680
fix bug in pvaClientNTMultiData that can cause a crash
2017-11-21 05:25:51 -05:00
mrkraimer
d890ce28d8
mostly code cleanup
2016-07-06 10:49:22 -04:00
mrkraimer
3008825587
still working on RAII
2016-05-24 10:35:10 -04:00
mrkraimer
3cc13e2c5a
replace destroy by RAII; many implementation changes
2016-05-13 12:50:47 -04:00
mrkraimer
c55bf7ec45
pvaClientChannel.cpp fix possible race conditions; pvaClientNTMultiData.cpp fix bug if not all channels connect
2016-03-29 06:39:43 -04:00
Matej Sekoranja
78a8f26dd0
win support port
2015-09-16 21:11:05 +02:00
Dave Hickin
80e9e6c554
Call addIsConnected when building NTMultiChannel
...
isConnected is not a required field of NTMultiChannel, so an instance of
NTMultiChannel wrapper class in normativeTypesCPP built by the builder
does not have this by default and addIsConnected must be called to
provide this field.
2015-08-26 17:16:53 +01:00
mrkraimer
45eb04b7c2
mostly changes learned while developing pvaClientJava
2015-08-17 05:33:57 -04:00
mrkraimer
702652d20f
NTMultiChannel support now available.
2015-08-10 05:16:45 -04:00