comparison Sphinx/source/developers/creating-plugins.rst @ 336:a5f7fc9fb611

Orthanc 1.6.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Mar 2020 15:15:39 +0100
parents 22d567933381
children 011b01ccf52d
comparison
equal deleted inserted replaced
335:b7f045b23faa 336:a5f7fc9fb611
71 71
72 Any plugin project should include the **official C header** file 72 Any plugin project should include the **official C header** file
73 that is part of the Orthanc source distribution: 73 that is part of the Orthanc source distribution:
74 74
75 * `Plugins/Include/orthanc/OrthancCPlugin.h 75 * `Plugins/Include/orthanc/OrthancCPlugin.h
76 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Include/orthanc/OrthancCPlugin.h>`__ 76 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.6.0/Plugins/Include/orthanc/OrthancCPlugin.h>`__
77 77
78 `Online documentation <http://sdk.orthanc-server.com/>`__ for this C 78 `Online documentation <http://sdk.orthanc-server.com/>`__ for this C
79 header is available, as generated by `Doxygen 79 header is available, as generated by `Doxygen
80 <https://en.wikipedia.org/wiki/Doxygen>`__. 80 <https://en.wikipedia.org/wiki/Doxygen>`__.
81 81
85 <https://www.boost.org/>`__ and `JsonCpp 85 <https://www.boost.org/>`__ and `JsonCpp
86 <https://github.com/open-source-parsers/jsoncpp>`__ if macro 86 <https://github.com/open-source-parsers/jsoncpp>`__ if macro
87 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``: 87 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``:
88 88
89 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h 89 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h
90 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__ 90 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.6.0/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__
91 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp 91 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp
92 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__ 92 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.6.0/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__
93 * `Plugins/Samples/Common/OrthanPluginException.h 93 * `Plugins/Samples/Common/OrthanPluginException.h
94 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Samples/Common/OrthancPluginException.h>`__ 94 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.6.0/Plugins/Samples/Common/OrthancPluginException.h>`__