aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/Embroidery/StitchFlag.cs
blob: b044b6fc9ed7e9af8ecddcbe502f02f15791e9b9 (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
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: StitchFlag.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.Embroidery {

  /// <summary>Holder for reflection information generated from StitchFlag.proto</summary>
  public static partial class StitchFlagReflection {

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

    static StitchFlagReflection() {
      byte[] descriptorData = global::System.Convert.FromBase64String(
          string.Concat(
            "ChBTdGl0Y2hGbGFnLnByb3RvEhRUYW5nby5QTVIuRW1icm9pZGVyeSpLCgpT",
            "dGl0Y2hGbGFnEgoKBk5PUk1BTBAAEggKBEpVTVAQARIICgRUUklNEAISCAoE",
            "U1RPUBAEEgoKBlNFUVVJThAIEgcKA0VORBAQQiAKHmNvbS50d2luZS50YW5n",
            "by5wbXIuZW1icm9pZGVyeWIGcHJvdG8z"));
      descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
          new pbr::FileDescriptor[] { },
          new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Embroidery.StitchFlag), }, null));
    }
    #endregion

  }
  #region Enums
  public enum StitchFlag {
    [pbr::OriginalName("NORMAL")] Normal = 0,
    [pbr::OriginalName("JUMP")] Jump = 1,
    [pbr::OriginalName("TRIM")] Trim = 2,
    [pbr::OriginalName("STOP")] Stop = 4,
    [pbr::OriginalName("SEQUIN")] Sequin = 8,
    [pbr::OriginalName("END")] End = 16,
  }

  #endregion

}

#endregion Designer generated code