Crates.io | gmt_dos-actors-clients_interface |
lib.rs | gmt_dos-actors-clients_interface |
version | 1.3.2 |
source | src |
created_at | 2023-09-14 19:10:17.086179 |
updated_at | 2024-10-25 20:16:47.060381 |
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 | 28,898 |
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