#include "engine.h"
Engine *engOpenSingleUse(const char *startcmd, void *dcom, int *retstatus);
| Parameter | Description |
|---|---|
| startcmd | Nelson startup command (NULL). |
| dcom | must be NULL. |
| Parameter | Description |
|---|---|
| Engine | handle to Nelson engine or NULL. |
| retstatus | 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 |