Expand description
§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();
Structs§
Enums§
- Client
Error - GmtScope
- Marker for scopes that display an image with a mask applied to it
- Image
Scope - Marker for scopes that display an image
- Plot
Scope - Marker for scopes that display signals
Traits§
- Image
Scope Kind - Image scopes marker trait
- Scope
Kind - Scopes marker trait