| | 1 | | // <auto-generated> |
| | 2 | | // Generated by the protocol buffer compiler. DO NOT EDIT! |
| | 3 | | // source: Simulation/flight_phase.proto |
| | 4 | | // </auto-generated> |
| | 5 | | #pragma warning disable 1591, 0612, 3021, 8981 |
| | 6 | | #region Designer generated code |
| | 7 | |
|
| | 8 | | using pb = global::Google.Protobuf; |
| | 9 | | using pbc = global::Google.Protobuf.Collections; |
| | 10 | | using pbr = global::Google.Protobuf.Reflection; |
| | 11 | | using scg = global::System.Collections.Generic; |
| | 12 | | namespace Simulation { |
| | 13 | |
|
| | 14 | | /// <summary>Holder for reflection information generated from Simulation/flight_phase.proto</summary> |
| | 15 | | public static partial class FlightPhaseReflection { |
| | 16 | |
|
| | 17 | | #region Descriptor |
| | 18 | | /// <summary>File descriptor for Simulation/flight_phase.proto</summary> |
| | 19 | | public static pbr::FileDescriptor Descriptor { |
| 0 | 20 | | get { return descriptor; } |
| | 21 | | } |
| | 22 | | private static pbr::FileDescriptor descriptor; |
| | 23 | |
|
| 0 | 24 | | static FlightPhaseReflection() { |
| 0 | 25 | | byte[] descriptorData = global::System.Convert.FromBase64String( |
| | 26 | | string.Concat( |
| | 27 | | "Ch1TaW11bGF0aW9uL2ZsaWdodF9waGFzZS5wcm90bxIKc2ltdWxhdGlvbiph", |
| | 28 | | "CgtGbGlnaHRQaGFzZRIPCgtJTklUSUFMSVpFRBAAEgkKBVJFQURZEAESCQoF", |
| | 29 | | "Qk9PU1QQAhINCglNSURDT1VSU0UQAxIMCghURVJNSU5BTBAEEg4KClRFUk1J", |
| | 30 | | "TkFURUQQBWIGcHJvdG8z")); |
| 0 | 31 | | descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, |
| | 32 | | new pbr::FileDescriptor[] { }, |
| | 33 | | new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Simulation.FlightPhase), }, null, null)); |
| 0 | 34 | | } |
| | 35 | | #endregion |
| | 36 | |
|
| | 37 | | } |
| | 38 | | #region Enums |
| | 39 | | /// <summary> |
| | 40 | | /// Flight phase enumeration. |
| | 41 | | /// </summary> |
| | 42 | | public enum FlightPhase { |
| | 43 | | [pbr::OriginalName("INITIALIZED")] Initialized = 0, |
| | 44 | | [pbr::OriginalName("READY")] Ready = 1, |
| | 45 | | [pbr::OriginalName("BOOST")] Boost = 2, |
| | 46 | | [pbr::OriginalName("MIDCOURSE")] Midcourse = 3, |
| | 47 | | [pbr::OriginalName("TERMINAL")] Terminal = 4, |
| | 48 | | [pbr::OriginalName("TERMINATED")] Terminated = 5, |
| | 49 | | } |
| | 50 | |
|
| | 51 | | #endregion |
| | 52 | |
|
| | 53 | | } |
| | 54 | |
|
| | 55 | | #endregion Designer generated code |