Crate gmt_dos_clients_scope_client

Source
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§

GridScope
Display Scopes in a grid like pattern
XScope
Data scope client

Enums§

ClientError
GmtScope
Marker for scopes that display an image with a mask applied to it
ImageScope
Marker for scopes that display an image
PlotScope
Marker for scopes that display signals

Traits§

ImageScopeKind
Image scopes marker trait
ScopeKind
Scopes marker trait

Type Aliases§

GmtShot
GMT scope
Scope
Signal plotting scope
Shot
Image display scope