DyLP 1.10.4
Loading...
Searching...
No Matches
dy_cmdint.h File Reference
#include "dylib_std.h"
#include "dylib_io.h"
#include "dylib_errs.h"
#include "dylp.h"
+ Include dependency graph for dy_cmdint.h:

Go to the source code of this file.

Macros

#define DYLP_INTERNAL
 

Enumerations

enum  cmd_retval { cmdOK , cmdHALTERROR , cmdHALTNOERROR }
 

Functions

cmd_retval dy_processcmds (ioid cmdchn, bool silent, lpopts_struct *lpopts, lptols_struct *lptols)
 

Macro Definition Documentation

◆ DYLP_INTERNAL

#define DYLP_INTERNAL

Definition at line 32 of file dy_cmdint.h.

Enumeration Type Documentation

◆ cmd_retval

enum cmd_retval
Enumerator
cmdOK 
cmdHALTERROR 
cmdHALTNOERROR 

Definition at line 59 of file dy_cmdint.h.

Function Documentation

◆ dy_processcmds()

cmd_retval dy_processcmds ( ioid cmdchn,
bool silent,
lpopts_struct * lpopts,
lptols_struct * lptols )