Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate ANDI-10625 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aamereller
Copy link

The flexray export function does not support flexray frames as of now. The struct and exporter function have been adapted to also support FlexRay symbols.

@kayoub5
Copy link
Member

kayoub5 commented Nov 21, 2024

CI failed

@@ -36,6 +36,7 @@ struct flexray_frame
uint8_t cc;

uint8_t data[254];
uint8_t symbol_length;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In PCAP FlexRay symbol is defined as array of bytes, not just one value

https://www.tcpdump.org/linktypes/LINKTYPE_FLEXRAY.html

@aamereller
Copy link
Author

The site explicitly states that a FR symbol frame has the measurement header of 1 byte and the symbol length of 1 byte, The SL[0..6] values represent a 7-bit unsigned integer (0-127).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants