mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
update docs
This commit is contained in:
parent
fc94342db8
commit
ec519cb318
|
@ -31,14 +31,15 @@ The state machine can be querried and controlled via `GetCurrentStateName()` and
|
||||||
If the device is running in interactive mode (default), states can be changed via keyboard input:
|
If the device is running in interactive mode (default), states can be changed via keyboard input:
|
||||||
|
|
||||||
- `'h'` - help
|
- `'h'` - help
|
||||||
- `'p'` - pause
|
|
||||||
- `'r'` - run
|
- `'r'` - run
|
||||||
- `'s'` - stop
|
- `'s'` - stop
|
||||||
- `'t'` - reset task
|
- `'t'` - reset task
|
||||||
- `'d'` - reset device
|
- `'d'` - reset device
|
||||||
- `'q'` - end
|
- `'q'` - end
|
||||||
- `'j'` - init task
|
- `'j'` - init task
|
||||||
- `'i'` - init device
|
- `'i'` - initialize
|
||||||
|
- `'b'` - bind
|
||||||
|
- `'x'` - connect
|
||||||
|
|
||||||
Without the interactive mode, for example for a run in background, two other control mechanisms are available:
|
Without the interactive mode, for example for a run in background, two other control mechanisms are available:
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 175 KiB |
|
@ -2,6 +2,6 @@
|
||||||
# source setup.sh
|
# source setup.sh
|
||||||
@bash_end@
|
@bash_end@
|
||||||
|
|
||||||
sampler, username@localhost, , /path/to/dds-work-dir/, 1
|
sampler, username@localhost, , /path/to/dds-work/, 1
|
||||||
processor, username@localhost, , /path/to/dds-work-dir/, 10
|
processor, username@localhost, , /path/to/dds-work/, 10
|
||||||
sink, username@localhost, , /path/to/dds-work-dir/, 1
|
sink, username@localhost, , /path/to/dds-work/, 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user