4 releases

0.2.2 Jan 23, 2024
0.2.1 Dec 6, 2023
0.2.0 Dec 2, 2023
0.1.1 Dec 6, 2023
0.1.0 Oct 3, 2023

#11 in #gmt

38 downloads per month

MIT license

525KB
1K SLoC

gmt_dos-clients_scope-client

Crates.io Documentation

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

~22–42MB
~731K SLoC