4 releases
0.2.2 | Jan 23, 2024 |
---|---|
0.2.1 | Dec 6, 2023 |
0.2.0 | Dec 2, 2023 |
0.1.1 |
|
0.1.0 | Oct 3, 2023 |
#10 in #gmt
525KB
1K
SLoC
gmt_dos-clients_scope-client
gmt_dos-clients_scope-client
is a graphical display implementation for gmt_dos-actors models.
lib.rs
:
Scope client (default
feature)
The scopes defined in the client module receive data from the scope servers and show a live display of the data.
See also [gmt_dos_clients_scope].
Example
use gmt_dos_clients_scope::client;
#[derive(gmt_dos_clients::interface::UID)]
#[uid(port = 5001)]
pub enum Signal {}
gmt_dos_clients_scope::client::Scope::new()
.signal::<Signal>().unwrap()
.show();
Dependencies
~23–40MB
~771K SLoC