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
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ValueComponent.proto
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace Tango.PMR.Diagnostics {
/// <summary>Holder for reflection information generated from ValueComponent.proto</summary>
public static partial class ValueComponentReflection {
#region Descriptor
/// <summary>File descriptor for ValueComponent.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ValueComponentReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRWYWx1ZUNvbXBvbmVudC5wcm90bxIVVGFuZ28uUE1SLkRpYWdub3N0aWNz",
"KkUKDlZhbHVlQ29tcG9uZW50Eg8KC0hlYXRlcjFUZW1wEAASDwoLSGVhdGVy",
"MlRlbXAQARIRCg1CbG93ZXJWb2x0YWdlEAJCIQofY29tLnR3aW5lLnRhbmdv",
"LnBtci5kaWFnbm9zdGljc2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Diagnostics.ValueComponent), }, null));
}
#endregion
}
#region Enums
public enum ValueComponent {
/// <summary>
///Heater 1 Temperature (Min = 0, Max = 100)
/// </summary>
[pbr::OriginalName("Heater1Temp")] Heater1Temp = 0,
/// <summary>
///Heater 2 Temperature (Min = 0, Max = 100)
/// </summary>
[pbr::OriginalName("Heater2Temp")] Heater2Temp = 1,
/// <summary>
///Blower Voltage (Min = 0, Max = 10000)
/// </summary>
[pbr::OriginalName("BlowerVoltage")] BlowerVoltage = 2,
}
#endregion
}
#endregion Designer generated code
|