#telescope #astronomy

gmt_dos-actors-clients_interface

Giant Magellan Telescope Dynamic Optical Simulation Actor to Clients Interface

3 releases

0.1.2 Sep 15, 2023
0.1.1 Sep 14, 2023
0.1.0 Sep 14, 2023

#849 in Science

Download history 112/week @ 2023-09-09 82/week @ 2023-09-16

194 downloads per month
Used in 13 crates

MIT license

17KB
370 lines

gmt_dos-actors-clients_interface

Crates.io Documentation

Interface definition betweeen an actor and an actor's client.

Data is passed from the actor to the client by invoking Read::read from the client.

Data is passed from the client to the actor by invoking Write::write from the client.

The client state may be updated by invoking Update::update from the client


lib.rs:

gmt_dos-actors-clients_interface

Interface definition betweeen an actor and an actor's client.

Data is passed from the actor to the client by invoking Read::read from the client.

Data is passed from the client to the actor by invoking Write::write from the client.

The client state may be updated by invoking Update::update from the client

Dependencies

~0.4–1MB
~23K SLoC