Goby3
3.1.5a
2024.05.23
test2.proto
Go to the documentation of this file.
1
syntax = "proto2";
2
3
package goby.test.middleware.protobuf;
4
5
message TestHDF5Message
6
{
7
repeated double a = 1;
8
repeated B b = 2;
9
}
10
11
message B
12
{
13
repeated double c = 2;
14
repeated double d = 3;
15
repeated int32 e = 4;
16
repeated F f = 5;
17
}
18
19
message F
20
{
21
repeated double g = 1;
22
optional int32 h = 2;
23
}
goby
test
middleware
hdf5
test2.proto
Generated by
1.8.17