open_simulation_interface
v3.4.0 (2021-11-18)
|
Classes | |
struct | OtherMessage |
Public Attributes | |
optional int32 | c = 12 [default = 16] |
optional int64 | d = 1 [default = 0] |
optional uint32 | p = 1 |
optional uint64 | e = 2 |
optional sint32 | f = 3 [default = -1] |
optional sint64 | g = 4 |
optional fixed32 | h = 5 |
optional fixed64 | q = 6 |
optional sfixed32 | i = 7 |
optional sfixed64 | j = 8 |
optional bool | k = 9 |
required string | l = 10 |
optional bytes | m = 11 |
optional OtherMessage | n = 12 |
repeated string | o = 14 |
optional ImportedMessage | z = 16 |
oneof | r |
OtherMessage | t = 18 |
/ 2nd table doc comment with / many lines.
optional sint32 proto::test::ProtoMessage::f = 3 [default = -1] |
/ doc comment for f.
optional bool proto::test::ProtoMessage::k = 9 |
/ doc comment for k.
required string proto::test::ProtoMessage::l = 10 |
/ doc comment for l on 2 / lines
oneof proto::test::ProtoMessage::r |
/ doc comment for r.
OtherMessage proto::test::ProtoMessage::t = 18 |
/ doc comment for t on 2 / lines.