diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-07-06 21:58:07 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-07-06 21:58:07 +0300 |
| commit | 9fa564ba8bdc768425f979eba55c95c03efea09e (patch) | |
| tree | f6d47c5acdc705b61d886922e7f5463736bdb6b2 /Software/PMR | |
| parent | cb84ea0240829179a36f6fdcce378154e6abc03e (diff) | |
| download | Tango-9fa564ba8bdc768425f979eba55c95c03efea09e.tar.gz Tango-9fa564ba8bdc768425f979eba55c95c03efea09e.zip | |
Completed auto/start ink filling change.
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/Common/MessageType.proto | 1 | ||||
| -rw-r--r-- | Software/PMR/Messages/IFS/InitiateInkFillingResponse.proto | 9 | ||||
| -rw-r--r-- | Software/PMR/Messages/MachineStatus/MachineStatus.proto | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/Software/PMR/Messages/Common/MessageType.proto b/Software/PMR/Messages/Common/MessageType.proto index ebcb50ccd..7b7115d50 100644 --- a/Software/PMR/Messages/Common/MessageType.proto +++ b/Software/PMR/Messages/Common/MessageType.proto @@ -320,6 +320,7 @@ enum MessageType StartInkFillingStatusRequest = 12000; StartInkFillingStatusResponse = 12001; InitiateInkFillingRequest = 12002; + InitiateInkFillingResponse = 12003; //DataStore PutDataStoreItemRequest = 13000; diff --git a/Software/PMR/Messages/IFS/InitiateInkFillingResponse.proto b/Software/PMR/Messages/IFS/InitiateInkFillingResponse.proto new file mode 100644 index 000000000..ba84c0b5f --- /dev/null +++ b/Software/PMR/Messages/IFS/InitiateInkFillingResponse.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package Tango.PMR.MachineStatus; +option java_package = "com.twine.tango.pmr.machinestatus"; + +message InitiateInkFillingResponse +{ + +}
\ No newline at end of file diff --git a/Software/PMR/Messages/MachineStatus/MachineStatus.proto b/Software/PMR/Messages/MachineStatus/MachineStatus.proto index 4e0649510..9ea3db19d 100644 --- a/Software/PMR/Messages/MachineStatus/MachineStatus.proto +++ b/Software/PMR/Messages/MachineStatus/MachineStatus.proto @@ -13,5 +13,5 @@ message MachineStatus repeated IDSPackLevel IDSPacksLevels = 2; double OverallTemperature = 3; SpoolState SpoolState = 4; - bool AutoInkFillingDisabled = 5; + bool AutoInkFillingEnabled = 5; }
\ No newline at end of file |
