comparison Sphinx/source/developers/creating-plugins.rst @ 735:e6386c012438 Orthanc-1.9.5

Orthanc 1.9.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Jul 2021 11:34:06 +0200
parents 8a247c645ac6
children 97e6a0431c5e
comparison
equal deleted inserted replaced
734:ec7b42de3f6f 735:e6386c012438
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.4/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__ 86 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/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.4/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__ 100 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/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.4/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__ 102 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/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.4/OrthancServer/Plugins/Samples/Common/OrthancPluginException.h>`__ 104 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.5/OrthancServer/Plugins/Samples/Common/OrthancPluginException.h>`__