// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MotorDirection.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 {
/// Holder for reflection information generated from MotorDirection.proto
public static partial class MotorDirectionReflection {
#region Descriptor
/// File descriptor for MotorDirection.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MotorDirectionReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRNb3RvckRpcmVjdGlvbi5wcm90bxIVVGFuZ28uUE1SLkRpYWdub3N0aWNz",
"KisKDk1vdG9yRGlyZWN0aW9uEgsKB0ZvcndhcmQQABIMCghCYWNrd2FyZBAB",
"QiEKH2NvbS50d2luZS50YW5nby5wbXIuZGlhZ25vc3RpY3NiBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Diagnostics.MotorDirection), }, null));
}
#endregion
}
#region Enums
public enum MotorDirection {
[pbr::OriginalName("Forward")] Forward = 0,
[pbr::OriginalName("Backward")] Backward = 1,
}
#endregion
}
#endregion Designer generated code