Goby3  3.1.5a
2024.05.23
layer.proto
Go to the documentation of this file.
1 syntax = "proto2";
2 
3 package goby.middleware.protobuf;
4 
5 enum Layer
6 {
7  LAYER_INTERTHREAD = 0;
8  LAYER_INTERPROCESS = 10;
9  LAYER_INTERMODULE = 20;
10  LAYER_INTERVEHICLE = 30;
11 }