ipa-kut / ipa-kut/ambs

Potential Bug : Stop before start

Open
#24 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Problem:
If stop is given to a calculator first, the calc stores this in internal buffer.
When next start is given, it stops immediately.

Potential Solution A:
Whenever a default_control msg (start/stop/reset) is read true, reset all 3 ports.

Shortcomings of A:
Any bad side effect of resetting all ports? When stop & reset are set simultaneously, it wont work. So maybe only reset some ports, not all?

Potential Solution B:
When only start is true, reset all 3 ports.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.