Heesterman, Peter J
|
ddc5d261cb
|
#inlcude <pv/refTrack.h> is incorrectly located w.r.t. #define epicsExportSharedSymbols.
The header file imports definitions from pvData into the module.
It does not export from this module.
This causes DLL build problems on Windows.
|
2020-02-17 12:04:05 +00:00 |
|
Michael Davidsaver
|
31a7b66575
|
MonitorFIFO relax state requirements for post()
post() while close()d can be a no-op. Simplify async. close().
May indicate a race with open(), which will fail on type change.
|
2019-04-17 09:35:43 -07:00 |
|
Michael Davidsaver
|
1f5c0eedcb
|
MonitorFIFO: open() handle compute() error internally
Introduce Error state when open() fails due to invalid
pvRequest mapping.
|
2018-09-21 11:35:57 -07:00 |
|
Michael Davidsaver
|
527cb3fe62
|
MonitorFIFO use PVRequestMapper
MonitorFIFO add config option dropEmptyUpdates
really distinct from ignoreRequestMask
|
2018-09-21 11:35:57 -07:00 |
|
Michael Davidsaver
|
8644f4230d
|
client: simplify monitor type handling
I think the original logic is correct, but I'm not sure.
Cleverness to avoiding storing a Structure pointer is a
premature optimization anyway.
|
2018-07-15 19:22:43 -07:00 |
|
Michael Davidsaver
|
99f68dac04
|
monitorfifo better default config handling
|
2018-07-14 15:06:44 -07:00 |
|
Michael Davidsaver
|
2912112419
|
MonitorFIFO use pvRequest field selection mask
|
2018-07-14 15:00:15 -07:00 |
|
Michael Davidsaver
|
5e887a6d02
|
add MonitorFIFO
|
2018-06-26 19:06:47 -07:00 |
|