nanoSecond => nanosecond
This commit is contained in:
1621
documentation/Doxyfile
Normal file
1621
documentation/Doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
11
documentation/RELEASE_NOTES.html
Normal file
11
documentation/RELEASE_NOTES.html
Normal 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
9
documentation/TODO.html
Normal 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>
|
Reference in New Issue
Block a user