NETSIM 1.2.0
Hardware-in-the-loop acoustic network simulator
 
Loading...
Searching...
No Matches
liaison.proto
Go to the documentation of this file.
1syntax="proto2";
2
3import "goby/zeromq/protobuf/liaison_config.proto";
4
5package netsim.protobuf;
6
7extend goby.apps.zeromq.protobuf.LiaisonConfig
8{
9 optional LiaisonNetsimConfig netsim_config = 1300;
10}
11
12
13message LiaisonNetsimConfig
14{
15 // optional string image_dir = 1;
16}