NETSIM 1.2.0
Hardware-in-the-loop acoustic network simulator
 
Loading...
Searching...
No Matches
env_bellhop_req.proto
Go to the documentation of this file.
1syntax="proto2";
2
3import "netsim/acousticstoolbox/iBellhop_messages.proto";
4
5package netsim.protobuf;
6
7message EnvironmentiBellhopRequest
8{
9 required int32 environment_id = 1;
10 required netsim.protobuf.iBellhopRequest req = 2;
11}
12
13
14