diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-08-04 14:35:57 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-08-04 14:35:57 +0300 |
| commit | db9119d86fa9e2efd2c3dfab8ac2c49c2ee4da70 (patch) | |
| tree | 6edfb51c6fde983291a415b8b19a972b2aa78548 /Software/Visual_Studio/Tango.PMR/Diagnostics | |
| parent | 76d311ad4690b9f88ae71ff097c6592190b65012 (diff) | |
| download | Tango-db9119d86fa9e2efd2c3dfab8ac2c49c2ee4da70.tar.gz Tango-db9119d86fa9e2efd2c3dfab8ac2c49c2ee4da70.zip | |
Added DB, Observables, PMR Hardware Break Sensors & Break Sensors.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Diagnostics')
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Diagnostics/DiagnosticsMonitors.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Diagnostics/DiagnosticsMonitors.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/DiagnosticsMonitors.cs index e14e338b8..a9ce72407 100644 --- a/Software/Visual_Studio/Tango.PMR/Diagnostics/DiagnosticsMonitors.cs +++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/DiagnosticsMonitors.cs @@ -139,7 +139,7 @@ namespace Tango.PMR.Diagnostics { = pb::FieldCodec.ForDouble(10); private readonly pbc::RepeatedField<double> dancer1Angle_ = new pbc::RepeatedField<double>(); /// <summary> - ///Dancer 1 (Min = 0, Max = 16384, PPF = 100) + ///Left Dancer (Min = 0, Max = 16384, PPF = 100) /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public pbc::RepeatedField<double> Dancer1Angle { @@ -152,7 +152,7 @@ namespace Tango.PMR.Diagnostics { = pb::FieldCodec.ForDouble(18); private readonly pbc::RepeatedField<double> dancer2Angle_ = new pbc::RepeatedField<double>(); /// <summary> - ///Dancer 2 (Min = 0, Max = 16384, PPF = 100) + ///Middle Dancer (Min = 0, Max = 16384, PPF = 100) /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public pbc::RepeatedField<double> Dancer2Angle { @@ -165,7 +165,7 @@ namespace Tango.PMR.Diagnostics { = pb::FieldCodec.ForDouble(26); private readonly pbc::RepeatedField<double> dancer3Angle_ = new pbc::RepeatedField<double>(); /// <summary> - ///Dancer 3 (Min = 0, Max = 16384, PPF = 100) + ///Right Dancer (Min = 0, Max = 16384, PPF = 100) /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public pbc::RepeatedField<double> Dancer3Angle { |
