//------------------------------------------------------------------------------ // // 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"; import "JobSpoolType.proto"; package Tango.PMR.Printing; option java_package = "com.twine.tango.pmr.printing"; message JobSpool { JobSpoolType JobSpoolType = 1; double Length = 2; double Weight = 3; double Diameter = 4; double RotationsPerPassage = 5; int32 StartOffsetPulses = 6; int32 BackingRate = 7; int32 SegmentOffsetPulses = 8; int32 BottomBackingRate = 9; int32 LimitSwitchStartPointOffset = 10; int32 BtsrSpoolTension = 11; }