<< engOpen | MEX functions | engOutputBuffer >> |
#include "engine.h" |
Engine *engOpenSingleUse(const char *startcmd, void *dcom, int *retstatus); |
Nelson startup command (NULL).
must be NULL.
handle to Nelson engine or NULL.
status; possible cause of failure.
engOpenSingleUse start Nelson engine session for single and nonshared use.
edit([modulepath('mex', 'tests'), '/test_engine.c'])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET