Create instances of modules
module_creators.Rd
Creates pointers to module wrapper objects
Details
This function is used internally by several other BioCro functions, where its
purpose is to create instances of module wrapper pointers using BioCro's
module library and return pointers to those wrappers. In turn, module wrappers
can be used to obtain information about a module's inputs, outputs, and other
properties, and can also be used to create a module instance. The See
Also
section contains a list of functions that directly rely on
module_creators
.
Although the description of externalptr
objects is sparse, they are
briefly mentioned in the R documentation: externalptr-class
.
This function should not be used directly, and each module library package
must have its own version. For these reasons, this function is not exported to
the package namespace and can only be accessed using the package name via the
:::
operator.