Module types

Source
Expand description

Shared types.

Structs§

SimError
The SimError is what should be returned in the case of an error

Enums§

AccessType
Generic access types

Type Aliases§

Component
The type of a component that can be registered with the Engine so that it will automatically be spawned.
EventResult
The return value from a call to listen()
Eventable
SimResult
The SimResult is the return type for most simulation functions