update docs

This commit is contained in:
Alexey Rybalchenko 2019-02-07 13:38:27 +01:00 committed by Dennis Klein
parent fc94342db8
commit ec519cb318
3 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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