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

Use capacity/length instead of size in network and serial subsystems #250

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

Courtney3141
Copy link
Contributor

This PR removes the use of "size" from describing how many entries a queue has. To describe the maximum number of entries that a queue can hold, the word "capacity" is now used. To describe the number of entries a queue currently has, the word "length" is used. Size is still used to describe how large a data region is.

This PR makes this change for both the serial and networking subsystems. This fixes issue (#140) for these subsystems.

Signed-off-by: Courtney Darville <[email protected]>
@Ivan-Velickovic Ivan-Velickovic merged commit d2aa764 into main Sep 23, 2024
6 checks passed
@Ivan-Velickovic Ivan-Velickovic deleted the size_to_capacity branch September 23, 2024 12:29
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