Skip to content

feat(CanTp): use queues to avoid polling #14

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

Merged

Conversation

sebclrsn
Copy link
Contributor

  • Use queues in CanTp to avoid polling
  • Extend the timer to get the elapsed time and the left time
  • Add STmin to the CanTp attributes
  • Refactor CanTp to increase readability

@sebclrsn sebclrsn requested review from Pog3k, BKaDamien and TedRio March 29, 2023 09:01
return 0

@property
def leftTime(self) -> float:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
def leftTime(self) -> float:
def remainingTime(self) -> float:

Copy link
Contributor

@Pog3k Pog3k left a comment

Choose a reason for hiding this comment

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

See Comment

@sebclrsn sebclrsn merged commit 724ee2b into eclipse-kiso-testing:master Mar 30, 2023
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