DABC (Data Acquisition Backbone Core)  2.9.9
Macros
rawapitd-gsin.h File Reference

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ GSI_MEDIA_STAGE

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

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

◆ GSI_MEDIA_LOCKED

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

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

◆ GSI_MEDIA_INCOMPLETE

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

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

◆ GSI_STAGE_INVALID

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

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

◆ GSI_MEDIA_CACHE

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

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

◆ GSI_CACHE_LOCKED

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

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

◆ GSI_CACHE_INCOMPLETE

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

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

◆ GSI_CACHE_INVALID

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

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

◆ GSI_CACHE_COPY

#define GSI_CACHE_COPY   0x1015

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