diff --git a/docs/Device.md b/docs/Device.md index 4c093179..a60da1c7 100644 --- a/docs/Device.md +++ b/docs/Device.md @@ -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: - `'h'` - help - - `'p'` - pause - `'r'` - run - `'s'` - stop - `'t'` - reset task - `'d'` - reset device - `'q'` - end - `'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: diff --git a/docs/images/device_states.png b/docs/images/device_states.png index 85fa23c0..683d139f 100644 Binary files a/docs/images/device_states.png and b/docs/images/device_states.png differ diff --git a/examples/dds/ex-dds-hosts.cfg b/examples/dds/ex-dds-hosts.cfg index b9739086..70789a5b 100644 --- a/examples/dds/ex-dds-hosts.cfg +++ b/examples/dds/ex-dds-hosts.cfg @@ -2,6 +2,6 @@ # source setup.sh @bash_end@ -sampler, username@localhost, , /path/to/dds-work-dir/, 1 -processor, username@localhost, , /path/to/dds-work-dir/, 10 -sink, username@localhost, , /path/to/dds-work-dir/, 1 +sampler, username@localhost, , /path/to/dds-work/, 1 +processor, username@localhost, , /path/to/dds-work/, 10 +sink, username@localhost, , /path/to/dds-work/, 1