comparison Sphinx/source/developers/creating-plugins.rst @ 392:0fb9369e893e

Orthanc 1.6.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Apr 2020 15:22:20 +0200
parents 234de55ed125
children f97e9c9bb173
comparison
equal deleted inserted replaced
391:4bc6bcd83ae5 392:0fb9369e893e
76 76
77 Any plugin project should include the **official C header** file 77 Any plugin project should include the **official C header** file
78 that is part of the Orthanc source distribution: 78 that is part of the Orthanc source distribution:
79 79
80 * `Plugins/Include/orthanc/OrthancCPlugin.h 80 * `Plugins/Include/orthanc/OrthancCPlugin.h
81 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.6.0/Plugins/Include/orthanc/OrthancCPlugin.h>`__ 81 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.6.1/Plugins/Include/orthanc/OrthancCPlugin.h>`__
82 82
83 `Online documentation <https://sdk.orthanc-server.com/>`__ for this C 83 `Online documentation <https://sdk.orthanc-server.com/>`__ for this C
84 header is available, as generated by `Doxygen 84 header is available, as generated by `Doxygen
85 <https://en.wikipedia.org/wiki/Doxygen>`__. 85 <https://en.wikipedia.org/wiki/Doxygen>`__.
86 86
90 <https://www.boost.org/>`__ and `JsonCpp 90 <https://www.boost.org/>`__ and `JsonCpp
91 <https://github.com/open-source-parsers/jsoncpp>`__ if macro 91 <https://github.com/open-source-parsers/jsoncpp>`__ if macro
92 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``: 92 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``:
93 93
94 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h 94 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h
95 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.6.0/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__ 95 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.6.1/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__
96 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp 96 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp
97 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.6.0/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__ 97 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.6.1/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__
98 * `Plugins/Samples/Common/OrthanPluginException.h 98 * `Plugins/Samples/Common/OrthanPluginException.h
99 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.6.0/Plugins/Samples/Common/OrthancPluginException.h>`__ 99 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.6.1/Plugins/Samples/Common/OrthancPluginException.h>`__