Skip to content

Development #1

Merged
merged 5 commits into from May 21, 2020
Merged

Development #1

merged 5 commits into from May 21, 2020

Commits on May 20, 2020

  1. Working copy of re-structured code. Still needs work with logging, er…

    …ror handling, a live GUI, and a few other small things.
    Christian committed May 20, 2020
    Copy the full SHA
    ec99d40 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Updated PC-to-IRC packet and communication protocol. Initial testing …

    …(simulated IRC, connected camera, tested for correct data flow and state transitions) carried out, various bugs discovered and fixed. GigE camera timeout bug still needs to be addressed.
    Christian committed May 21, 2020
    Copy the full SHA
    8245e45 View commit details
    Browse the repository at this point in the history
  2. Bugfix: Incoming messages from IRC would pre-empt and kill Capture_Im…

    …age and Process_Images state entry procedure. Switched from event-triggered state changes to local FSM variable triggers. Now, the thread initiated by receipt of IRC packet does not handle execution of the state entry methods; this is instead handled by the FSM timer (which will not be pre-empted)
    Christian committed May 21, 2020
    Copy the full SHA
    de05bed View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aa335a3 View commit details
    Browse the repository at this point in the history
  4. Deleted msgHandler.m in git

    Christian committed May 21, 2020
    Copy the full SHA
    3f467fd View commit details
    Browse the repository at this point in the history