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

gmt_dos-actors-clients_interface

Giant Magellan Telescope Dynamic Optical Simulation Actor to Clients Interface

11 releases (5 stable)

1.3.1 May 3, 2024
1.3.0 Mar 22, 2024
1.0.0 Jan 22, 2024
0.1.5 Dec 2, 2023
0.1.2 Sep 15, 2023

#2 in #client-state

Download history 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 34/week @ 2024-04-08 43/week @ 2024-04-15 52/week @ 2024-04-22 238/week @ 2024-04-29 77/week @ 2024-05-06

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

MIT license

29KB
629 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
~24K SLoC