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