Module module

Module module 

Source
Expand description

This module contains the definition for an agent_tk module.

Structs§

ModuleInterface
Public module interface

Traits§

Module
Define an agent module. Each module can receive message as inputs and send via its outputs. All the messages are broadcasted. Each module has a single thread used for handling the messages. If longer computation are needed, they can spawn other modules.
ModulePrivateInterface
Private interface for modules. Created outside of the module, but passed in constructor.