Expand description
§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
Modules§
- Serialization interface
- Vector element selection
- Units conversion
Structs§
- Actors I/O data wrapper
Enums§
- Timer heartbeat identifier
Traits§
- Interface for data logging types
- Client input data reader interface
- Interface for IO data sizes
- Timer marker trait
- Defines the data type associated with unique identifier data type
- Units conversion marker trait for clients
- Actor client state update interface
- Client output data writer interface
Functions§
- Pretty prints error message