GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Variables
rawdefn.h File Reference

Go to the source code of this file.

Macros

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

Variables

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

Macro Definition Documentation

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

Definition at line 29 of file rawdefn.h.

Referenced by rawGetFileAttr(), rawGetFileList(), and rawGetUserid().

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

Definition at line 28 of file rawdefn.h.

Referenced by rawGetFileAttr(), rawGetFileList(), rawGetHostConn(), and rawGetUserid().

Variable Documentation

int iOpt = 1
static

Definition at line 70 of file rawdefn.h.

int iOptm = 1
static

Definition at line 69 of file rawdefn.h.

const char* pcDevDelim = ":"
static

Definition at line 31 of file rawdefn.h.

Referenced by rawCheckClientFile(), rawGetLLName(), rfio_newfile(), and rfio_open_gsidaq().

const char* pcOpt1 = "-"
static

Definition at line 67 of file rawdefn.h.

const char* pcOpt2 = "/"
static

Definition at line 68 of file rawdefn.h.

const char* pcPerc = "%"
static

Definition at line 66 of file rawdefn.h.

Referenced by rawGetFilelistEntries(), rawQueryFile(), and rfio_open_gsidaq().

const char* pcQM = "?"
static
const char* pcStar = "*"
static