aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser
ModeNameSize
-rw-r--r--App.xaml551logstatsplain
d---------Attributes51logstatsplain
d---------BoundsObjects46logstatsplain
-rw-r--r--BrowserModule.cs2561logstatsplain
-rw-r--r--CefSharpOutput.zip143444091logstatsplain
d---------Helpers49logstatsplain
d---------Images39logstatsplain
d---------Navigation55logstatsplain
d---------Properties227logstatsplain
d---------RequestHandlers53logstatsplain
d---------Scripts39logstatsplain
-rw-r--r--Tango.PPC.Browser.csproj11575logstatsplain
d---------ViewContracts43logstatsplain
-rw-r--r--ViewModelLocator.cs752logstatsplain
d---------ViewModels44logstatsplain
d---------Views178logstatsplain
-rw-r--r--app.config5224logstatsplain
-rw-r--r--packages.config680logstatsplain
lass="w"> StubSpeedSensorRequestReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxTdHViU3BlZWRTZW5zb3JSZXF1ZXN0LnByb3RvEg9UYW5nby5QTVIuU3R1", "YnMiGAoWU3R1YlNwZWVkU2Vuc29yUmVxdWVzdEIbChljb20udHdpbmUudGFu", "Z28ucG1yLnN0dWJzYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubSpeedSensorRequest), global::Tango.PMR.Stubs.StubSpeedSensorRequest.Parser, null, null, null, null) })); } #endregion } #region Messages /// <summary> ///uint32 Speed_Sensor_ID = 1; /// </summary> public sealed partial class StubSpeedSensorRequest : pb::IMessage<StubSpeedSensorRequest> { private static readonly pb::MessageParser<StubSpeedSensorRequest> _parser = new pb::MessageParser<StubSpeedSensorRequest>(() => new StubSpeedSensorRequest()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser<StubSpeedSensorRequest> Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::Tango.PMR.Stubs.StubSpeedSensorRequestReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public StubSpeedSensorRequest() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public StubSpeedSensorRequest(StubSpeedSensorRequest other) : this() { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public StubSpeedSensorRequest Clone() { return new StubSpeedSensorRequest(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as StubSpeedSensorRequest); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(StubSpeedSensorRequest other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(StubSpeedSensorRequest other) { if (other == null) { return; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; } } } } #endregion } #endregion Designer generated code