nanoSecond => nanosecond

This commit is contained in:
Marty Kraimer
2014-08-20 06:30:13 -04:00
parent 124972605a
commit eefd499adc
6 changed files with 1646 additions and 5 deletions

1621
documentation/Doxyfile Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
<h1>Release release/3.1 IN DEVELOPMENT</h1>
<p>The main changes since release 3.0.2 are:</p>
<ul>
<li>pvAccess API is changed.</li>
</ul>
<h2>pvAccess API is changed.</h2>
<p>Instead of data (PVStructure) appearing in connect callback (for example channelGetConnect)
it now is present in method called by whoever delivers the data.
See pvAccessJava.html for details.</p>
<h1>Release 3.0.4</h1>
<p>This was the starting point for RELEASE_NOTES</p>

9
documentation/TODO.html Normal file
View File

@ -0,0 +1,9 @@
<h1>TODO</h1>
<h2>pvAccessCPP.html</h2>
<p>This needs to be written.
For now it just refers to pvAccessJava.html</p>
<h2>RPCClient</h2>
<p>The C++ implementation only has method request.
The Java version has methods: destroy, waitConnect, request, sendRequest, and waitResponse.</p>
<h2>Matej to add info</h2>
<p>This markdown document is for Matej to edit.</p>