aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/PMR/Power/PowerDownState.pb-c.c
blob: 4b0b6db1ae867c6f7bb684984f23f13abfbdb06a (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
/* Generated from: PowerDownState.proto */

/* Do not generate deprecated warnings for self */
#ifndef PROTOBUF_C__NO_DEPRECATED
#define PROTOBUF_C__NO_DEPRECATED
#endif

#include "PowerDownState.pb-c.h"
static const ProtobufCEnumValue power_down_state__enum_values_by_number[16] =
{
  { "None", "POWER_DOWN_STATE__None", 0 },
  { "Init", "POWER_DOWN_STATE__Init", 1 },
  { "StopRunningJob", "POWER_DOWN_STATE__StopRunningJob", 2 },
  { "HeadClean", "POWER_DOWN_STATE__HeadClean", 3 },
  { "MixerFlush", "POWER_DOWN_STATE__MixerFlush", 4 },
  { "HeatersOff", "POWER_DOWN_STATE__HeatersOff", 5 },
  { "StoreData", "POWER_DOWN_STATE__StoreData", 6 },
  { "SetValvePosition", "POWER_DOWN_STATE__SetValvePosition", 7 },
  { "WaitForTemperature", "POWER_DOWN_STATE__WaitForTemperature", 8 },
  { "WaitForProcesses", "POWER_DOWN_STATE__WaitForProcesses", 9 },
  { "TurnOffDryerFan", "POWER_DOWN_STATE__TurnOffDryerFan", 10 },
  { "TurnOffCooler", "POWER_DOWN_STATE__TurnOffCooler", 11 },
  { "TurnOffBlower", "POWER_DOWN_STATE__TurnOffBlower", 12 },
  { "PowerOffCompleted", "POWER_DOWN_STATE__PowerOffCompleted", 13 },
  { "Error", "POWER_DOWN_STATE__Error", 14 },
  { "Cancelled", "POWER_DOWN_STATE__Cancelled", 15 },
};
static const ProtobufCIntRange power_down_state__value_ranges[] = {
{0, 0},{0, 16}
};
static const ProtobufCEnumValueIndex power_down_state__enum_values_by_name[16] =
{
  { "Cancelled", 15 },
  { "Error", 14 },
  { "HeadClean", 3 },
  { "HeatersOff", 5 },
  { "Init", 1 },
  { "MixerFlush", 4 },
  { "None", 0 },
  { "PowerOffCompleted", 13 },
  { "SetValvePosition", 7 },
  { "StopRunningJob", 2 },
  { "StoreData", 6 },
  { "TurnOffBlower", 12 },
  { "TurnOffCooler", 11 },
  { "TurnOffDryerFan", 10 },
  { "WaitForProcesses", 9 },
  { "WaitForTemperature", 8 },
};
const ProtobufCEnumDescriptor power_down_state__descriptor =
{
  PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC,
  "PowerDownState",
  "PowerDownState",
  "PowerDownState",
  "",
  16,
  power_down_state__enum_values_by_number,
  16,
  power_down_state__enum_values_by_name,
  1,
  power_down_state__value_ranges,
  NULL,NULL,NULL,NULL   /* reserved[1234] */
};