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>
|
/// <summary>
|
||||||
/// Cache servo-load percentages keyed by axis name. Stored separately from
|
/// Cache servo-load percentages keyed by axis name. Stored separately from
|
||||||
/// <c>LastFixedSnapshots</c> (which is int-typed) so the double-valued load
|
/// <c>LastFixedSnapshots</c> (which is keyed by full-reference) because the
|
||||||
/// values don't need casting on every read.
|
/// servo-load read path resolves by axis name.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private static void PublishServoLoads(DeviceState state, IReadOnlyList<FocasServoLoad> loads)
|
private static void PublishServoLoads(DeviceState state, IReadOnlyList<FocasServoLoad> loads)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user