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

Adds Avtp_<Format>_IsValid() functions for all AVTP/ACF frame formats #52 #77

Merged
merged 5 commits into from
Feb 4, 2025

Conversation

warlock20
Copy link

@warlock20 warlock20 commented Jan 31, 2025

Fixes #52

@warlock20 warlock20 changed the title Add Avtp_<Format>_IsValid() functions for all AVTP/ACF frame formats #52 Adds Avtp_<Format>_IsValid() functions for all AVTP/ACF frame formats #52 Jan 31, 2025
@adriaan-niess
Copy link
Member

Many thanks. Looks good at first glance. I'm going to merge this on Monday or Tuesday next week.

@nayakned
Copy link
Collaborator

nayakned commented Feb 3, 2025

@warlock20 Our CI pipeline fails due to the use of bool. So far we have been using uint8_t for bit flags to remain platform agnostic without additional hassles.

@warlock20
Copy link
Author

Code base updated as per the feedback @nayakned

@warlock20 warlock20 requested a review from nayakned February 4, 2025 09:23
Copy link
Collaborator

@nayakned nayakned left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@nayakned nayakned merged commit 1073326 into COVESA:main Feb 4, 2025
3 checks passed
@warlock20 warlock20 deleted the Kmathews-Patch-1 branch February 12, 2025 07:33
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.

Add Avtp_<Format>_IsValid() functions for all AVTP/ACF frame formats
3 participants