forked from epics-rip/pvIOCJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.html
More file actions
46 lines (45 loc) · 1.31 KB
/
TODO.html
File metadata and controls
46 lines (45 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>EPICS JavaIOC: TODO</title>
</head>
<body>
<h1 style="text-align: center">EPICS JavaIOC: TODO<br />
2009.09.22</h1>
<ul>
<li>alarm
<ul>
<li>ackTransient and ackSeverity.<br />
</li>
<li>typeCode<br />
What should this be? </li>
</ul>
</li>
<li>Channel Access Monitors<br />
Make generic instead of just onPut, onChange, onAbsoluteChange, and
onPercentChange. </li>
<li>support
<ul>
<li>support for disable field.<br />
</li>
</ul>
</li>
<li>history<br />
Implement</li>
<li>on-line modify support<br />
Support has been added to dynamically change the support state for the
support for a record or for a field of a record. What is still needed is:
<ul>
<li>Support that can change the name of the support.</li>
<li>Support that can change the structure type of a structure
field.</li>
<li>Support that can add new elements to an array of structures or
arrays</li>
</ul>
</li>
</ul>
</body>
</html>