docs(focas): correct stale LastFixedSnapshots comment after double widening (code-review)
This commit is contained in:
@@ -843,8 +843,8 @@ public sealed class FocasDriver : IDriver, IReadable, IWritable, ITagDiscovery,
|
||||
|
||||
/// <summary>
|
||||
/// Cache servo-load percentages keyed by axis name. Stored separately from
|
||||
/// <c>LastFixedSnapshots</c> (which is int-typed) so the double-valued load
|
||||
/// values don't need casting on every read.
|
||||
/// <c>LastFixedSnapshots</c> (which is keyed by full-reference) because the
|
||||
/// servo-load read path resolves by axis name.
|
||||
/// </summary>
|
||||
private static void PublishServoLoads(DeviceState state, IReadOnlyList<FocasServoLoad> loads)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user