You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip the "highest subindex" entry when iterating over SdoRecord (#538)
The count entry itself is not part of the data (according to CiA 301),
thus should not be yielded from an iterator. That matches the
behavior of SdoArray, which also yields only the array contents.
Note that the basis of returned record sub-objects is still the subset
described by the OD, which might be smaller than the actual entries
accessible on the node, and less than indicated by the record's
subindex 0. Thus the count (and iteration set) is reduced by one
element only if the subindex 0 was actually part of this subset.
* No need to expect test failure anymore.
0 commit comments