diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-10 11:25:23 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-10 11:25:23 +0200 |
| commit | 9bdc80e90d5ed5562430d49525da288a867d5e51 (patch) | |
| tree | 99df222d3f36432eed126b8e894a6b55f5551e18 /Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs | |
| parent | f8c0a7d42104cf01ef6c3b0d51503a91ee0d7047 (diff) | |
| download | Tango-9bdc80e90d5ed5562430d49525da288a867d5e51.tar.gz Tango-9bdc80e90d5ed5562430d49525da288a867d5e51.zip | |
Implemented auto include of PMR messages on PMR project.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs b/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs new file mode 100644 index 000000000..8c663c246 --- /dev/null +++ b/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs @@ -0,0 +1,45 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: ErrorCode.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.Common { + + /// <summary>Holder for reflection information generated from ErrorCode.proto</summary> + public static partial class ErrorCodeReflection { + + #region Descriptor + /// <summary>File descriptor for ErrorCode.proto</summary> + public static pbr::FileDescriptor Descriptor { + get { return descriptor; } + } + private static pbr::FileDescriptor descriptor; + + static ErrorCodeReflection() { + byte[] descriptorData = global::System.Convert.FromBase64String( + string.Concat( + "Cg9FcnJvckNvZGUucHJvdG8SEFRhbmdvLlBNUi5Db21tb24qIgoJRXJyb3JD", + "b2RlEggKBE5PTkUQABILCgdCQURfQ1JDEAFCHAoaY29tLnR3aW5lLnRhbmdv", + "LnBtci5jb21tb25iBnByb3RvMw==")); + descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, + new pbr::FileDescriptor[] { }, + new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Common.ErrorCode), }, null)); + } + #endregion + + } + #region Enums + public enum ErrorCode { + [pbr::OriginalName("NONE")] None = 0, + [pbr::OriginalName("BAD_CRC")] BadCrc = 1, + } + + #endregion + +} + +#endregion Designer generated code |
