| Crates.io | gmt_dos-actors-clients_interface |
| lib.rs | gmt_dos-actors-clients_interface |
| version | 1.5.0 |
| created_at | 2023-09-14 19:10:17.086179+00 |
| updated_at | 2025-07-18 15:14:45.807158+00 |
| description | Giant Magellan Telescope Dynamic Optical Simulation Actor to Clients Interface |
| homepage | |
| repository | https://github.com/rconan/dos-actors |
| max_upload_size | |
| id | 972996 |
| size | 85,474 |
gmt_dos-actors-clients_interfaceInterface 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