comparison Sphinx/source/developers/creating-plugins.rst @ 741:97e6a0431c5e Orthanc-1.9.6

Orthanc 1.9.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Jul 2021 12:30:42 +0200
parents e6386c012438
children 4e9dc26a5cb9
comparison
equal deleted inserted replaced
740:63f246134e5b 741:97e6a0431c5e
81 81
82 Any plugin project should include the **official C header** file 82 Any plugin project should include the **official C header** file
83 that is part of the Orthanc source distribution: 83 that is part of the Orthanc source distribution:
84 84
85 * `Plugins/Include/orthanc/OrthancCPlugin.h 85 * `Plugins/Include/orthanc/OrthancCPlugin.h
86 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__ 86 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.6/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
87 87
88 `Online documentation <https://sdk.orthanc-server.com/>`__ for this C 88 `Online documentation <https://sdk.orthanc-server.com/>`__ for this C
89 header is available, as generated by `Doxygen 89 header is available, as generated by `Doxygen
90 <https://en.wikipedia.org/wiki/Doxygen>`__. 90 <https://en.wikipedia.org/wiki/Doxygen>`__.
91 91
95 <https://www.boost.org/>`__ and `JsonCpp 95 <https://www.boost.org/>`__ and `JsonCpp
96 <https://github.com/open-source-parsers/jsoncpp>`__ if macro 96 <https://github.com/open-source-parsers/jsoncpp>`__ if macro
97 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``: 97 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``:
98 98
99 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h 99 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h
100 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__ 100 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.6/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__
101 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp 101 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp
102 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__ 102 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.6/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__
103 * `Plugins/Samples/Common/OrthanPluginException.h 103 * `Plugins/Samples/Common/OrthanPluginException.h
104 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/OrthancServer/Plugins/Samples/Common/OrthancPluginException.h>`__ 104 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.6/OrthancServer/Plugins/Samples/Common/OrthancPluginException.h>`__