Goby v2
hdf5.proto
1 
2 
3 package goby.common.protobuf;
4 
5 message HDF5Config
6 {
7  required string output_file = 10;
8  optional bool include_string_fields = 20 [default = false];
9 
10  // for use by plugins, if desired
11  repeated string input_file = 30;
12 
13  extensions 1000 to max;
14 }