mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Updated developer documentation
This commit is contained in:
parent
67bb7353a8
commit
353e3359bb
@ -144,9 +144,9 @@ Since version 3.4.0 the opening and closing of the physical device has been spli
|
||||
|
||||
The device interface is itself created in the constructor of the GUI and is deleted at the destruction of the GUI.
|
||||
|
||||
//TODO: add screenshot here
|
||||
![Sampling Devices Control](./doc/img/SamplingDevicesControl.png)
|
||||
|
||||
The lifecycle of the GUI is controlled from the device selector in the main window using the plugin manager. When there is a change in the hardware device selection (you can also re-cycle the same device this way) validated by the confirmation button (check sign icon). the following steps are executed in sequence:
|
||||
The lifecycle of the GUI is controlled from the "Sampling Device Control" device selector in the main window using the plugin manager. When there is a change in the hardware device selection (you can also re-cycle the same device by clicking again on this button) validated by the confirmation button (check sign icon). the following steps are executed in sequence:
|
||||
|
||||
- Stop streaming
|
||||
- Delete the current GUI this will in turn delete the device interface and always close the physical device unless the physical device has a SISO or MIMO architecture (more on that later)
|
||||
|
BIN
doc/img/SamplingDevicesControl.png
Normal file
BIN
doc/img/SamplingDevicesControl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user