.. _package-rst-running-example: ============================= Package rst.running.example ============================= *Not documented* Messages ======== .. container:: mess4ge-multi .. container:: mess4ge-graph .. digraph:: message_graph fontname="Arial"; fontsize=11; stylesheet="../_static/corlab.css"; node [fontsize=11] node [fontname="Arial"] edge [fontsize=11] edge [fontname="Arial"] "1" [label=<
Image
MetaDatameta_data
UINT32width
UINT32height
UINT32depths
OCTET-VECTORdata
>,shape=box,style=filled,fillcolor="white"]; "2" [label=<
MetaData
ASCII-STRINGkey
ASCII-STRINGvalue
>,shape=box,style=filled,fillcolor="white"]; "1":meta_data -> "2" []; .. container:: mess4ge-list .. container:: messages * :ref:`Image ` * :ref:`MetaData ` .. container:: clearer clearer: should be made invisible via css .. _message-rst-running-example-image: Message Image ------------- .. container:: message-rst-running-example-image-multi .. container:: message-rst-running-example-image-documentation .. py:class:: rst.running.example.Image *Not documented* .. py:attribute:: meta_data :type: array of :py:class:`rst.running.example.MetaData` *Not documented* .. py:attribute:: width :type: :py:class:`UINT32` *Not documented* .. py:attribute:: height :type: :py:class:`UINT32` *Not documented* .. py:attribute:: depths :type: array of :py:class:`UINT32` *Not documented* .. py:attribute:: data :type: :py:class:`OCTET-VECTOR` *Not documented* .. container:: message-rst-running-example-image-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.10-merge-simulator/rst-manual/../rst-proto/proto/sandbox/rst/running/example/Image.proto :lines: 10-16 :language: protobuf :emphasize-lines: 2-2,3-3,4-4,5-5,6-6 .. _message-rst-running-example-metadata: Message MetaData ---------------- .. container:: message-rst-running-example-metadata-multi .. container:: message-rst-running-example-metadata-documentation .. py:class:: rst.running.example.MetaData *Not documented* .. py:attribute:: key :type: :py:class:`ASCII-STRING` *Not documented* .. py:attribute:: value :type: :py:class:`ASCII-STRING` *Not documented* .. container:: message-rst-running-example-metadata-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.10-merge-simulator/rst-manual/../rst-proto/proto/sandbox/rst/running/example/Image.proto :lines: 5-8 :language: protobuf :emphasize-lines: 2-2,3-3