Goby3  3.1.5a
2024.05.23
hdf5.proto
Go to the documentation of this file.
1 syntax = "proto2";
2 import "goby/middleware/protobuf/app_config.proto";
3 
4 package goby.middleware.protobuf;
5 
6 message HDF5Config
7 {
8  optional goby.middleware.protobuf.AppConfig app = 1;
9 
10  required string output_file = 10;
11 
12  // for use by plugins, if desired
13  repeated string input_file = 30;
14 
15  extensions 1000 to max;
16 }