#astronomy #telescope #interface #client #simulation #optical #actors

gmt_dos-actors-clients_interface

Giant Magellan Telescope Dynamic Optical Simulation Actor to Clients Interface

12 releases (6 stable)

1.3.2 Oct 25, 2024
1.3.1 May 3, 2024
1.3.0 Mar 22, 2024
1.0.0 Jan 22, 2024
0.1.2 Sep 15, 2023

#1016 in Science

Download history 52/week @ 2024-07-27 41/week @ 2024-08-03 25/week @ 2024-08-10 23/week @ 2024-08-17 33/week @ 2024-08-24 33/week @ 2024-08-31 26/week @ 2024-09-07 30/week @ 2024-09-14 75/week @ 2024-09-21 30/week @ 2024-09-28 1/week @ 2024-10-05 20/week @ 2024-10-12 70/week @ 2024-10-19 106/week @ 2024-10-26 38/week @ 2024-11-02 6/week @ 2024-11-09

220 downloads per month
Used in 17 crates (16 directly)

MIT license

30KB
635 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