Closed buckd closed 2 years ago
Bleep bloop!
LabVIEW Diff Robot here with some diffs served up hot for your pull request.
Notice something funny? Help fix me on my GitHub repo.
The following VIs could not be diffed:
Bleep bloop!
LabVIEW Diff Robot here with some diffs served up hot for your pull request.
Notice something funny? Help fix me on my GitHub repo.
What does this Pull Request accomplish?
Remove extra call to
BCD Decode Integer.vim
that is not needed.Why should this Pull Request be merged?
The existing extra call, in some situations, causes massive overhead when used by asynchronous custom devices. This change removes that overhead.
What testing has been done?
Ran all unit tests and tested execution time in the AIM ARINC 429 custom device when Rx is inlined and async. Difference is ~10 us instead of ~400 us.