DABC (Data Acquisition Backbone Core)  2.9.9
Macros | Variables
rawdefn.h File Reference

Go to the source code of this file.

Macros

#define BUFSIZE   256 /* buffer size reading temporary (pipe) data */
 
#define CMDLEN   256 /* max length of commands (shell or clients) */
 

Variables

static int iOpt = 1
 
static int iOptm = 1
 
static const char * pcDevDelim = ":"
 
static const char * pcOpt1 = "-"
 
static const char * pcOpt2 = "/"
 
static const char * pcPerc = "%"
 
static const char * pcQM = "?"
 
static const char * pcStar = "*"
 

Macro Definition Documentation

◆ CMDLEN

#define CMDLEN   256 /* max length of commands (shell or clients) */

Definition at line 28 of file rawdefn.h.

◆ BUFSIZE

#define BUFSIZE   256 /* buffer size reading temporary (pipe) data */

Definition at line 29 of file rawdefn.h.

Variable Documentation

◆ pcDevDelim

const char* pcDevDelim = ":"
static

Definition at line 31 of file rawdefn.h.

◆ pcStar

const char* pcStar = "*"
static

Definition at line 64 of file rawdefn.h.

◆ pcQM

const char* pcQM = "?"
static

Definition at line 65 of file rawdefn.h.

◆ pcPerc

const char* pcPerc = "%"
static

Definition at line 66 of file rawdefn.h.

◆ pcOpt1

const char* pcOpt1 = "-"
static

Definition at line 67 of file rawdefn.h.

◆ pcOpt2

const char* pcOpt2 = "/"
static

Definition at line 68 of file rawdefn.h.

◆ iOptm

int iOptm = 1
static

Definition at line 69 of file rawdefn.h.

◆ iOpt

int iOpt = 1
static

Definition at line 70 of file rawdefn.h.