gmt_dos-actors-clients_interface

Crates.iogmt_dos-actors-clients_interface
lib.rsgmt_dos-actors-clients_interface
version1.3.2
sourcesrc
created_at2023-09-14 19:10:17.086179
updated_at2024-10-25 20:16:47.060381
descriptionGiant Magellan Telescope Dynamic Optical Simulation Actor to Clients Interface
homepage
repositoryhttps://github.com/rconan/dos-actors
max_upload_size
id972996
size28,898
Rod Conan (rconan)

documentation

https://docs.rs/gmt_dos-actors-clients_interface

README

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

Commit count: 1395

cargo fmt