cacao  Release 0.1.03-dev
Compute And Control For Adaptive Optics
ImageStreamIOError.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMAGESTREAMIO_SUCCESS   (0)
 
#define IMAGESTREAMIO_FAILURE   (1)
 
#define IMAGESTREAMIO_INVALIDARG   (10)
 
#define IMAGESTREAMIO_NOTIMPL   (20)
 
#define IMAGESTREAMIO_BADALLOC   (30)
 
#define IMAGESTREAMIO_FILEOPEN   (40)
 
#define IMAGESTREAMIO_FILESEEK   (42)
 
#define IMAGESTREAMIO_FILEWRITE   (44)
 
#define IMAGESTREAMIO_FILEEXISTS   (46)
 
#define IMAGESTREAMIO_MMAP   (50)
 
#define IMAGESTREAMIO_SEMINIT   (60)
 
#define IMAGESTREAMIO_VERSION   (100)
 

Typedefs

typedef int errno_t
 

Macro Definition Documentation

◆ IMAGESTREAMIO_BADALLOC

#define IMAGESTREAMIO_BADALLOC   (30)

◆ IMAGESTREAMIO_FAILURE

#define IMAGESTREAMIO_FAILURE   (1)

◆ IMAGESTREAMIO_FILEEXISTS

#define IMAGESTREAMIO_FILEEXISTS   (46)

◆ IMAGESTREAMIO_FILEOPEN

#define IMAGESTREAMIO_FILEOPEN   (40)

◆ IMAGESTREAMIO_FILESEEK

#define IMAGESTREAMIO_FILESEEK   (42)

◆ IMAGESTREAMIO_FILEWRITE

#define IMAGESTREAMIO_FILEWRITE   (44)

◆ IMAGESTREAMIO_INVALIDARG

#define IMAGESTREAMIO_INVALIDARG   (10)

◆ IMAGESTREAMIO_MMAP

#define IMAGESTREAMIO_MMAP   (50)

◆ IMAGESTREAMIO_NOTIMPL

#define IMAGESTREAMIO_NOTIMPL   (20)

◆ IMAGESTREAMIO_SEMINIT

#define IMAGESTREAMIO_SEMINIT   (60)

◆ IMAGESTREAMIO_SUCCESS

#define IMAGESTREAMIO_SUCCESS   (0)

◆ IMAGESTREAMIO_VERSION

#define IMAGESTREAMIO_VERSION   (100)

Typedef Documentation

◆ errno_t

typedef int errno_t