Crate dosio

Source
Expand description

Interface for the GMT Dynamic Optics Simulation

All components of GMT Dynamic Optics Simulations must implement the inputs and outputs method of the Dos trait. All inputs and outputs must be a variant of the enum type IO.

Modules§

error
io
DOS inputs/outputs

Macros§

ios
Create IO enum

Enums§

DOSIOSError
DOS trait methods error
IO
Inputs/Outputs definition

Traits§

Dos
Dynamic Optics Simulation interface
IOTags
Used to get the list of inputs or outputs
IOVec
Specialization of Vec of IO