comparison Sphinx/source/developers/creating-plugins.rst @ 441:c2ae93c562d2

Orthanc 1.7.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 May 2020 13:26:03 +0200
parents c95817c254fe
children 2922fb1bd65e
comparison
equal deleted inserted replaced
440:86bf70a1f570 441:c2ae93c562d2
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.7.0/Plugins/Include/orthanc/OrthancCPlugin.h>`__ 86 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.1/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.7.0/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__ 100 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.1/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.7.0/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__ 102 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.1/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.7.0/Plugins/Samples/Common/OrthancPluginException.h>`__ 104 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.1/Plugins/Samples/Common/OrthancPluginException.h>`__