aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/Integration/GenericMessageProtocol.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Integration/GenericMessageProtocol.cs')
-rw-r--r--Software/Visual_Studio/Tango.PMR/Integration/GenericMessageProtocol.cs47
1 files changed, 0 insertions, 47 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Integration/GenericMessageProtocol.cs b/Software/Visual_Studio/Tango.PMR/Integration/GenericMessageProtocol.cs
deleted file mode 100644
index 35c9fffe5..000000000
--- a/Software/Visual_Studio/Tango.PMR/Integration/GenericMessageProtocol.cs
+++ /dev/null
@@ -1,47 +0,0 @@
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: GenericMessageProtocol.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.Integration {
-
- /// <summary>Holder for reflection information generated from GenericMessageProtocol.proto</summary>
- public static partial class GenericMessageProtocolReflection {
-
- #region Descriptor
- /// <summary>File descriptor for GenericMessageProtocol.proto</summary>
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
-
- static GenericMessageProtocolReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "ChxHZW5lcmljTWVzc2FnZVByb3RvY29sLnByb3RvEhVUYW5nby5QTVIuSW50",
- "ZWdyYXRpb24qOgoWR2VuZXJpY01lc3NhZ2VQcm90b2NvbBIICgRKc29uEAAS",
- "CAoEQnNvbhABEgwKCFByb3RvYnVmEAJCIQofY29tLnR3aW5lLnRhbmdvLnBt",
- "ci5pbnRlZ3JhdGlvbmIGcHJvdG8z"));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Integration.GenericMessageProtocol), }, null));
- }
- #endregion
-
- }
- #region Enums
- public enum GenericMessageProtocol {
- [pbr::OriginalName("Json")] Json = 0,
- [pbr::OriginalName("Bson")] Bson = 1,
- [pbr::OriginalName("Protobuf")] Protobuf = 2,
- }
-
- #endregion
-
-}
-
-#endregion Designer generated code