Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HWP Emulation and PID agent lockless restructure #606

Merged
merged 23 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c13caf4
HWP Emulation and PID restructure
jlashner Jan 4, 2024
0042027
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 4, 2024
f96dd7b
More complete PMX emulation
jlashner Jan 4, 2024
7620fea
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 4, 2024
b271c89
Changes based on Brian's review
jlashner Jan 16, 2024
26ec6c6
fix session.data + threading in PID agent
jlashner Jan 16, 2024
12a907a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 16, 2024
2cccf4f
Fixes from further testing of PID agent
jlashner Jan 17, 2024
4bd1a64
remode PID start mode from docs
jlashner Jan 17, 2024
c2b99ae
Fix tests
jlashner Jan 29, 2024
b9036de
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 29, 2024
45d0f80
Fix mutable defaults
jlashner Feb 2, 2024
66e5a3a
Adds traceback to device-emulator exception
jlashner Feb 2, 2024
732ffc6
adds time to device emulator logs
jlashner Feb 2, 2024
026738d
add debug print to when readline failes
jlashner Feb 2, 2024
b9e6d20
change order of tests
jlashner Feb 2, 2024
bfcc549
test
jlashner Feb 2, 2024
45aa0e9
change to update_responses
jlashner Feb 2, 2024
c9b816c
test update_responses
jlashner Feb 2, 2024
964a7ec
update_responses docstring
jlashner Feb 5, 2024
c88c700
more testing race-conditions
jlashner Feb 5, 2024
b40a749
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 5, 2024
41cfb30
Adds session data info to docstring
jlashner Feb 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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