in the future remove recordList since pvAccess provides pvlist

This commit is contained in:
Marty Kraimer
2014-11-10 10:24:07 -05:00
parent 3c359728f7
commit 79f407486a
2 changed files with 14 additions and 0 deletions

View File

@ -1,4 +1,9 @@
<h1>TODO</h1>
<h2>recordList</h2>
<p>This is putGet support that provides a list of all the records in an IOC.
Since pvAccess implements pvlist this is no longer needed.
Remove it from pvDatabaseCPP and pvIOCCPP.
Also remove channelList from swtshell.</p>
<h2>monitorPlugin</h2>
<p>A debate is on-going about what semantics should be.</p>
<h2>Must test record delete.</h2>

View File

@ -1,6 +1,15 @@
TODO
===========
recordList
----------
This is putGet support that provides a list of all the records in an IOC.
Since pvAccess implements pvlist this is no longer needed.
Remove it from pvDatabaseCPP and pvIOCCPP.
Also remove channelList from swtshell.
monitorPlugin
-------------