open_simulation_interface  v3.4.0 (2021-11-18)
proto::test::ProtoMessage Struct Reference
Collaboration diagram for proto::test::ProtoMessage:

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
 

Detailed Description

/ 2nd table doc comment with / many lines.

Member Data Documentation

◆ f

optional sint32 proto::test::ProtoMessage::f = 3 [default = -1]

/ doc comment for f.

◆ k

optional bool proto::test::ProtoMessage::k = 9

/ doc comment for k.

◆ l

required string proto::test::ProtoMessage::l = 10

/ doc comment for l on 2 / lines

◆ r

oneof proto::test::ProtoMessage::r
Initial value:
{
ImportedMessage s = 17

/ doc comment for r.

◆ t

OtherMessage proto::test::ProtoMessage::t = 18

/ doc comment for t on 2 / lines.


The documentation for this struct was generated from the following file: