comparison Sphinx/source/developers/creating-plugins.rst @ 290:6cbcdb965ad3

Orthanc 1.5.8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Oct 2019 15:13:27 +0200
parents a64197133114
children 22d567933381
comparison
equal deleted inserted replaced
289:9223c3f26c1a 290:6cbcdb965ad3
62 62
63 Any plugin project should include the **official C header** file 63 Any plugin project should include the **official C header** file
64 that is part of the Orthanc source distribution: 64 that is part of the Orthanc source distribution:
65 65
66 * `Plugins/Include/orthanc/OrthancCPlugin.h 66 * `Plugins/Include/orthanc/OrthancCPlugin.h
67 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.7/Plugins/Include/orthanc/OrthancCPlugin.h>`__ 67 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Include/orthanc/OrthancCPlugin.h>`__
68 68
69 `Online documentation <http://sdk.orthanc-server.com/>`__ for this C 69 `Online documentation <http://sdk.orthanc-server.com/>`__ for this C
70 header is available, as generated by `Doxygen 70 header is available, as generated by `Doxygen
71 <https://en.wikipedia.org/wiki/Doxygen>`__. 71 <https://en.wikipedia.org/wiki/Doxygen>`__.
72 72
76 <https://www.boost.org/>`__ and `JsonCpp 76 <https://www.boost.org/>`__ and `JsonCpp
77 <https://github.com/open-source-parsers/jsoncpp>`__ if macro 77 <https://github.com/open-source-parsers/jsoncpp>`__ if macro
78 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``: 78 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``:
79 79
80 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h 80 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h
81 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.7/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__ 81 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__
82 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp 82 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp
83 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.7/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__ 83 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__
84 * `Plugins/Samples/Common/OrthanPluginException.h 84 * `Plugins/Samples/Common/OrthanPluginException.h
85 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.7/Plugins/Samples/Common/OrthancPluginException.h>`__ 85 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Samples/Common/OrthancPluginException.h>`__