//------------------------------------------------------------------------------ // // This code was generated by a tool. // Tango PMR Generator // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. Do not modify! // //------------------------------------------------------------------------------ syntax = "proto3"; package Tango.PMR.Diagnostics; option java_package = "com.twine.tango.pmr.diagnostics"; enum ValveStateCode { MidTank = 0; VGroove = 1; Open = 2; Close = 3; A = 4; B = 5; }