Skip to content

Commit 9e3f4ca

Browse files
committed
Add documentation
1 parent 6f60a0b commit 9e3f4ca

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="iso-8859-1"?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4+
<html xmlns="http://www.w3.org/1999/xhtml">
5+
<head>
6+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7+
<title>EPICS normativeTypesJava</title>
8+
<link rel="stylesheet" type="text/css"
9+
href="http://epics-pvdata.sourceforge.net/base.css" />
10+
<link rel="stylesheet" type="text/css"
11+
href="http://epics-pvdata.sourceforge.net/epicsv4.css" />
12+
<style type="text/css">
13+
/*<![CDATA[*/
14+
.about { margin-left: 3em; margin-right: 3em; font-size: .83em}
15+
table { margin-left: auto; margin-right: auto }
16+
.diagram { text-align: center; margin: 2.5em 0 }
17+
span.opt { color: grey }
18+
span.nterm { font-style:italic }
19+
span.term { font-family:courier }
20+
span.user { font-family:courier }
21+
span.user:before { content:"<" }
22+
span.user:after { content:">" }
23+
.nonnorm { font-style:italic }
24+
p.ed { color: #AA0000 }
25+
span.ed { color: #AA0000 }
26+
p.ed.priv { display: inline; }
27+
span.ed.priv { display: inline; }
28+
/*]]>*/</style>
29+
<!-- Script that generates the Table of Contents -->
30+
<script type="text/javascript"
31+
src="http://epics-pvdata.sourceforge.net/script/tocgen.js">
32+
</script>
33+
</head>
34+
<body>
35+
36+
<div class="head">
37+
<h1>EPICS normativeTypesJava</h1>
38+
39+
<h2 class="nocount">Release 0.2-DEV - 2016.03.18</h2>
40+
<dl>
41+
<dt>Editor:</dt>
42+
<dd> David Hickin, Diamond Light Source
43+
</dd>
44+
</dl>
45+
46+
<p class="copyright">This product is made available subject to acceptance of the <a
47+
href="http://epics-pvdata.sourceforge.net/LICENSE.html">EPICS open source
48+
license.</a></p>
49+
<hr />
50+
</div>
51+
<h2 class="nocount">Abstract</h2>
52+
53+
<p>EPICS Version 4 provides efficient
54+
storage, access, and communication, of memory resident structured data.
55+
The EPICS V4 Normative Types are a collection of structured data types
56+
that can be used by the application level of EPICS V4 network endpoints,
57+
to interoperably exchange scientific data.
58+
normativeTypesJava is the Java implementation.
59+
It is one part of the set of related products in the EPICS
60+
V4 control system programming environment:<br />
61+
<a href="http://epics-pvdata.sourceforge.net/relatedDocumentsV4.html">relatedDocumentsV4.html</a>
62+
</p>
63+
64+
65+
<h2 class="nocount">Status of this Document</h2>
66+
67+
<p>This is the 18-March-2016 version for the 0.2-development release of the
68+
Java implementation of normativeTypes.
69+
</p>
70+
71+
72+
<p>RELEASE_NOTES.md provides changes since the last release.
73+
TODO.md describes things to do before the next release.
74+
</p>
75+
76+
77+
78+
</div>
79+
</body>
80+
</html>

0 commit comments

Comments
 (0)