dlgenerategateway
Generates C++ gateway.
Syntax
dlgenerategateway(destinationdir, module_name, builtin_table)
Input argument
destinationdir - a string: destination directory where is generated the gateway file.
module_name - a string: module name exposed in Nelson.
builtin_table - a cell composed of cell with {name exposed in Nelson, nb output arguments, nb input arguments}
Description
dlgenerategateway generates a C++ gateway used by addmodule.
Example
See module skeleton for example
See also
History
Author
Allan CORNET
Last updated