Skip to content
Snippets Groups Projects
Commit c392fc8d authored by Tim Stadtmann's avatar Tim Stadtmann
Browse files

Merge branch 'issue-highLevelDispatch' in develop

Implements a central dispatch method (handleCommand()) on the
convenience layer through which every call to the CommInterface is
now done (as opposed to directly calling the CommInterface's
methods). This mainly facilitates debugging and is in line with
the lower layer's interfaces. It slows down each call by .5us
(because function handles are used) - imo this is an acceptable
tradeoff.
parents 22d352ce 0726e13a
No related branches found
No related tags found
No related merge requests found
Loading
  • Tim Stadtmann @tim.stadtmann ·
    Author Developer

    It slows down each call by .5 MILLIseconds, not microseconds...

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment