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