#astronomy #telescope #interface #client #client-state #actors #simulation

gmt_dos-actors-clients_interface

Giant Magellan Telescope Dynamic Optical Simulation Actor to Clients Interface

10 releases (4 stable)

1.3.0 Mar 22, 2024
1.2.1 Mar 13, 2024
1.0.0 Jan 22, 2024
0.1.5 Dec 2, 2023
0.1.2 Sep 15, 2023

#4 in #client-state

Download history 29/week @ 2023-12-18 18/week @ 2023-12-25 13/week @ 2024-01-08 55/week @ 2024-01-15 72/week @ 2024-01-22 25/week @ 2024-01-29 31/week @ 2024-02-05 33/week @ 2024-02-12 53/week @ 2024-02-19 107/week @ 2024-02-26 253/week @ 2024-03-04 279/week @ 2024-03-11 214/week @ 2024-03-18 77/week @ 2024-03-25 144/week @ 2024-04-01

739 downloads per month
Used in 16 crates (15 directly)

MIT license

29KB
628 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