DyLP  1.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Enumerations | Functions
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

#define DYLP_INTERNAL

Definition at line 32 of file dy_cmdint.h.

Enumeration Type Documentation

enum cmd_retval
Enumerator
cmdOK 
cmdHALTERROR 
cmdHALTNOERROR 

Definition at line 59 of file dy_cmdint.h.

Function Documentation

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