Advertisement
Patasuss

TODO List

Oct 31st, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [X] Pull recent code changes
  2. [X] Test if code compiles
  3. - If not, fix it
  4. [X] Implement Error checking thread
  5. - Possibly test error checking thread
  6. [X] Remodel FSM
  7. - remove the unnecessary wait_<* States
  8. - Maybe replace "wait_*Delay" by a single "wait" Input
  9. - Make FSM completely specified
  10.  
  11. [X] Make presentation
  12. - Motivation
  13. - Present SUT-Wrapper for Positioning
  14. - Structure of the SUT (The 3 Threads)
  15. - pos_main
  16. - sut
  17. - error checker
  18. - SUT-Interface (sut_init(), sut_reset(), sut())
  19. - Present new edition of the FSM
  20. - And its problems
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement