aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Printing/JobSpool.proto
blob: c08c4042403ea6e2c72fe747ee156e65fd212dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
//------------------------------------------------------------------------------
// <auto-generated>
// 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!
// </auto-generated>
//------------------------------------------------------------------------------

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;

}