comparison Sphinx/source/plugins/java.rst @ 1075:d2be251975d1 Orthanc-1.12.4

Orthanc 1.12.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Jun 2024 20:18:43 +0200
parents ebe3214f3ab0
children df28170c2af3
comparison
equal deleted inserted replaced
1074:32ac45058512 1075:d2be251975d1
16 of the more complex C/C++ programming languages. 16 of the more complex C/C++ programming languages.
17 17
18 Java plugins have access to more features and a more consistent SDK 18 Java plugins have access to more features and a more consistent SDK
19 than :ref:`Lua scripts <lua>`. The largest part of the Java API is 19 than :ref:`Lua scripts <lua>`. The largest part of the Java API is
20 automatically generated from the `Orthanc plugin SDK in C 20 automatically generated from the `Orthanc plugin SDK in C
21 <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.3/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__ 21 <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.4/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
22 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler 22 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler
23 front-end. 23 front-end.
24 24
25 As of release 1.0 of the plugin, the coverage of the C SDK is about 25 As of release 1.0 of the plugin, the coverage of the C SDK is about
26 76% (122 functions are automatically wrapped in Java out of a total of 26 76% (122 functions are automatically wrapped in Java out of a total of