<< addmodule | Modules manager | getmodules >> |
[gateway_name, builtin_list] = gatewayinfo(dyn_lib_path) |
a string: path of a dynamic library prepared for Nelson.
a string: gateway name
a cell of strings: list of builtin in this gateway
[gateway_name, builtin_list] = gatewayinfo(dyn_lib_path) get information about an gateway.
The dynamic library must have at least an C entry point GetGatewayInfo.
If file does not exist an error is raised.
[gateway_name, builtin_list] = gatewayinfo(modulepath('time', 'builtin'))
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET