aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/Diagnostics/BitResultStatus.cs
blob: 49634660b6447200135fa20836614b2b98312036 (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
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: BitResultStatus.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 BitResultStatus.proto</summary>
  public static partial class BitResultStatusReflection {

    #region Descriptor
    /// <summary>File descriptor for BitResultStatus.proto</summary>
    public static pbr::FileDescriptor Descriptor {
      get { return descriptor; }
    }
    private static pbr::FileDescriptor descriptor;

    static BitResultStatusReflection() {
      byte[] descriptorData = global::System.Convert.FromBase64String(
          string.Concat(
            "ChVCaXRSZXN1bHRTdGF0dXMucHJvdG8SFVRhbmdvLlBNUi5EaWFnbm9zdGlj",
            "cypDCg9CaXRSZXN1bHRTdGF0dXMSCwoHU2tpcHBlZBAAEgoKBlBhc3NlZBAB",
            "EgoKBkZhaWxlZBACEgsKB1dhcm5pbmcQA0IhCh9jb20udHdpbmUudGFuZ28u",
            "cG1yLmRpYWdub3N0aWNzYgZwcm90bzM="));
      descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
          new pbr::FileDescriptor[] { },
          new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Diagnostics.BitResultStatus), }, null));
    }
    #endregion

  }
  #region Enums
  public enum BitResultStatus {
    [pbr::OriginalName("Skipped")] Skipped = 0,
    [pbr::OriginalName("Passed")] Passed = 1,
    [pbr::OriginalName("Failed")] Failed = 2,
    [pbr::OriginalName("Warning")] Warning = 3,
  }

  #endregion

}

#endregion Designer generated code