Skip to content

Commit

Permalink
HWP Emulation and PID agent lockless restructure (#606)
Browse files Browse the repository at this point in the history
* HWP Emulation and PID restructure

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* More complete PMX emulation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Changes based on Brian's review

* fix session.data + threading in PID agent

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixes from further testing of PID agent

* remode PID start mode from docs

* Fix tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix mutable defaults

* Adds traceback to device-emulator exception

* adds time to device emulator logs

* add debug print to when readline failes

* change order of tests

* test

* change to update_responses

* test update_responses

* update_responses docstring

* more testing race-conditions

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Adds session data info to docstring

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jlashner and pre-commit-ci[bot] authored Feb 6, 2024
1 parent a724b3b commit 54289e9
Show file tree
Hide file tree
Showing 7 changed files with 572 additions and 415 deletions.
3 changes: 1 addition & 2 deletions docs/agents/hwp_pid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ An example site-config-file block::
{'agent-class': 'HWPPIDAgent',
'instance-id': 'hwp-pid',
'arguments': [['--ip', '10.10.10.101'],
['--port', '2000'],
['--mode', 'acq']]},
['--port', '2000']]},

Docker Compose
``````````````
Expand Down
Loading

0 comments on commit 54289e9

Please sign in to comment.