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
Describe the bug
According to spec one signal can be part of multiple frames as long as publisher is same (see LIN Protocol Specification; Revision 2.2A; December 31, 2010; 2.2.3 - Signal packing). But in LinSignal class contain space only for one frame. See:
Describe the bug
According to spec one signal can be part of multiple frames as long as publisher is same (see LIN Protocol Specification; Revision 2.2A; December 31, 2010; 2.2.3 - Signal packing). But in LinSignal class contain space only for one frame. See:
ldfparser/ldfparser/signal.py
Line 34 in fbf34fe
To Reproduce
Edit LDF file and add one signal to multiple frame (with same publisher), something like this:
Expected behavior
A presence of
frames
property with all frames related to LinSignal object.Stacktrace/Code
not applicable
Environment:
Additional context
The text was updated successfully, but these errors were encountered: