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

Go to the source code of this file.

Macros

#define GSI_MEDIA_STAGE   0x1001/* file available in staging pool */
 
#define GSI_MEDIA_LOCKED   0x1002 /* stage file locked for read */
 
#define GSI_MEDIA_INCOMPLETE   0x1003 /* stage file locked for create */
 
#define GSI_STAGE_INVALID   0x1004 /* stage file lock timed out */
 
#define GSI_MEDIA_CACHE   0x1011 /* file available in write cache */
 
#define GSI_CACHE_LOCKED   0x1012 /* cache file locked for read */
 
#define GSI_CACHE_INCOMPLETE   0x1013 /* cache file locked for create */
 
#define GSI_CACHE_INVALID   0x1014 /* cache file lock timed out */
 
#define GSI_CACHE_COPY   0x1015
 

Macro Definition Documentation

#define GSI_CACHE_COPY   0x1015

Definition at line 31 of file rawapitd-gsin.h.

Referenced by rawQueryPrint(), and rawQueryString().

#define GSI_CACHE_INCOMPLETE   0x1013 /* cache file locked for create */

Definition at line 29 of file rawapitd-gsin.h.

Referenced by rawQueryPrint(), rawQueryString(), and rfio_open_gsidaq().

#define GSI_CACHE_INVALID   0x1014 /* cache file lock timed out */

Definition at line 30 of file rawapitd-gsin.h.

#define GSI_CACHE_LOCKED   0x1012 /* cache file locked for read */

Definition at line 28 of file rawapitd-gsin.h.

Referenced by rawQueryPrint(), rawQueryString(), and rfio_open_gsidaq().

#define GSI_MEDIA_CACHE   0x1011 /* file available in write cache */

Definition at line 27 of file rawapitd-gsin.h.

Referenced by rawQueryPrint(), rawQueryString(), and rfio_open_gsidaq().

#define GSI_MEDIA_INCOMPLETE   0x1003 /* stage file locked for create */

Definition at line 25 of file rawapitd-gsin.h.

Referenced by rawQueryPrint(), rawQueryString(), and rfio_open_gsidaq().

#define GSI_MEDIA_LOCKED   0x1002 /* stage file locked for read */

Definition at line 24 of file rawapitd-gsin.h.

Referenced by rawQueryPrint(), rawQueryString(), and rfio_open_gsidaq().

#define GSI_MEDIA_STAGE   0x1001/* file available in staging pool */

Definition at line 23 of file rawapitd-gsin.h.

Referenced by rawQueryPrint(), rawQueryString(), and rfio_open_gsidaq().

#define GSI_STAGE_INVALID   0x1004 /* stage file lock timed out */

Definition at line 26 of file rawapitd-gsin.h.

Referenced by rawQueryPrint(), and rawQueryString().