danm v0.1.4 Danm.Library

Loading modules from the filesystem

Link to this section Summary

Functions

build the module with the shared library

Returns a specification to start this module under a supervisor.

load, parameterize and build module

load_module(name) load the module by name with the agent shared library

load_module(l, name) load the module by name in library l, return {b, new_l} first try schematic, if fail, try black box

Link to this section Functions

Link to this function

build_module(m)

build the module with the shared library

Link to this function

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

load_and_build_module(name, params)

load, parameterize and build module

Link to this function

load_module(name)

load_module(name) load the module by name with the agent shared library

Link to this function

load_module(l, name)

load_module(l, name) load the module by name in library l, return {b, new_l} first try schematic, if fail, try black box

Link to this function

start_link(vp, ep)