Test devices without config & two in a process

This commit is contained in:
Alexey Rybalchenko
2017-05-26 10:39:33 +02:00
committed by Mohammad Al-Turany
parent f4e5a74f23
commit 764514a35a
6 changed files with 253 additions and 0 deletions

View File

@@ -45,4 +45,8 @@ Without the interactive mode, for example for a run in background, two other con
- static (`--control static`) - device goes through a simple init -> run -> reset -> exit chain.
- dds (`--control dds`) - device is controled by external command, in this case using dds commands (fairmq-dds-command-ui).
## 1.4 Multiple devices in the same process
Technically one can create two or more devices within the same process without any conflicts. However the configuration (FairMQProgOptions) currently assumes the supplied configuration values are for one device/process.
← [Back](../README.md)