Package rst.running.example

Not documented

Messages

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=<<TABLE BORDER="0"><TR><TD COLSPAN="2" HREF="../generated/stable/package-rst-running-example.html#rst.running.example.Image" TITLE="Structure rst.running.example.Image" TARGET="_parent"><TABLE BORDER="0"><TR><TD ALIGN="RIGHT"><IMG SRC="../_static/message.svg" /></TD><TD ALIGN="LEFT">Image</TD></TR></TABLE></TD></TR><TR><TD ALIGN="left" HREF="../generated/stable/package-rst-running-example.html#rst.running.example.MetaData" TITLE="Structure rst.running.example.MetaData" TARGET="_parent">MetaData</TD><TD ALIGN="left" HREF="../generated/stable/package-rst-running-example.html#rst.running.example.Image.meta_data" TITLE="Field rst.running.example.Image.meta_data" TARGET="_parent" PORT="meta_data">meta_data</TD></TR><TR><TD ALIGN="left" HREF="../generated/stable/package-__rosetta-UINT32.html#UINT32" TITLE="Fundamental UINT32" TARGET="_parent">UINT32</TD><TD ALIGN="left" HREF="../generated/stable/package-rst-running-example.html#rst.running.example.Image.width" TITLE="Field rst.running.example.Image.width" TARGET="_parent" PORT="width">width</TD></TR><TR><TD ALIGN="left" HREF="../generated/stable/package-__rosetta-UINT32.html#UINT32" TITLE="Fundamental UINT32" TARGET="_parent">UINT32</TD><TD ALIGN="left" HREF="../generated/stable/package-rst-running-example.html#rst.running.example.Image.height" TITLE="Field rst.running.example.Image.height" TARGET="_parent" PORT="height">height</TD></TR><TR><TD ALIGN="left" HREF="../generated/stable/package-__rosetta-UINT32.html#UINT32" TITLE="Fundamental UINT32" TARGET="_parent">UINT32</TD><TD ALIGN="left" HREF="../generated/stable/package-rst-running-example.html#rst.running.example.Image.depths" TITLE="Field rst.running.example.Image.depths" TARGET="_parent" PORT="depths">depths</TD></TR><TR><TD ALIGN="left" HREF="../generated/stable/package-__rosetta-OCTET-VECTOR.html#OCTET-VECTOR" TITLE="Fundamental OCTET-VECTOR" TARGET="_parent">OCTET-VECTOR</TD><TD ALIGN="left" HREF="../generated/stable/package-rst-running-example.html#rst.running.example.Image.data" TITLE="Field rst.running.example.Image.data" TARGET="_parent" PORT="data">data</TD></TR></TABLE>>,shape=box,style=filled,fillcolor="white"];
  "2" [label=<<TABLE BORDER="0"><TR><TD COLSPAN="2" HREF="../generated/stable/package-rst-running-example.html#rst.running.example.MetaData" TITLE="Structure rst.running.example.MetaData" TARGET="_parent"><TABLE BORDER="0"><TR><TD ALIGN="RIGHT"><IMG SRC="../_static/message.svg" /></TD><TD ALIGN="LEFT">MetaData</TD></TR></TABLE></TD></TR><TR><TD ALIGN="left" HREF="../generated/stable/package-__rosetta-ASCII-STRING.html#ASCII-STRING" TITLE="Fundamental ASCII-STRING" TARGET="_parent">ASCII-STRING</TD><TD ALIGN="left" HREF="../generated/stable/package-rst-running-example.html#rst.running.example.MetaData.key" TITLE="Field rst.running.example.MetaData.key" TARGET="_parent" PORT="key">key</TD></TR><TR><TD ALIGN="left" HREF="../generated/stable/package-__rosetta-ASCII-STRING.html#ASCII-STRING" TITLE="Fundamental ASCII-STRING" TARGET="_parent">ASCII-STRING</TD><TD ALIGN="left" HREF="../generated/stable/package-rst-running-example.html#rst.running.example.MetaData.value" TITLE="Field rst.running.example.MetaData.value" TARGET="_parent" PORT="value">value</TD></TR></TABLE>>,shape=box,style=filled,fillcolor="white"];
  "1":meta_data -> "2" [];
}

clearer: should be made invisible via css

Message Image

class rst.running.example.Image

Not documented

meta_data
Type :array of rst.running.example.MetaData

Not documented

width
Type :UINT32

Not documented

height
Type :UINT32

Not documented

depths
Type :array of UINT32

Not documented

data
Type :OCTET-VECTOR

Not documented

Download this file

message Image {
    repeated MetaData meta_data = 1;
    required uint32     width   = 2;
    required uint32     height  = 3;
    repeated uint32     depths  = 4 [packed = true];
    required bytes      data    = 5;
}

Message MetaData

Table Of Contents

Related Documentation

This Page