Common Pipeline Library Reference Manual 6.0
|
Defines | |
#define | CPL_BPP_16_SIGNED CPL_TYPE_SHORT |
#define | CPL_BPP_16_UNSIGNED CPL_TYPE_USHORT |
#define | CPL_BPP_32_SIGNED CPL_TYPE_INT |
#define | CPL_BPP_8_UNSIGNED CPL_TYPE_UCHAR |
#define | CPL_BPP_IEEE_DOUBLE CPL_TYPE_DOUBLE |
#define | CPL_BPP_IEEE_FLOAT CPL_TYPE_FLOAT |
#define | cpl_type_bpp cpl_type |
Typedefs | |
typedef enum _cpl_io_type_ | cpl_io_type |
The file I/O modes. | |
Enumerations | |
enum | _cpl_io_type_ { CPL_IO_CREATE, CPL_IO_EXTEND, CPL_IO_APPEND, CPL_IO_MAX, CPL_IO_DEFAULT } |
These are the file I/O modes. More... |
This module provides definitions related to I/O. The actual I/O functions are defined in the respective CPL modules.
#include "cpl_io.h"
#define CPL_BPP_16_SIGNED CPL_TYPE_SHORT |
#define CPL_BPP_16_UNSIGNED CPL_TYPE_USHORT |
#define CPL_BPP_32_SIGNED CPL_TYPE_INT |
#define CPL_BPP_8_UNSIGNED CPL_TYPE_UCHAR |
#define CPL_BPP_IEEE_DOUBLE CPL_TYPE_DOUBLE |
#define CPL_BPP_IEEE_FLOAT CPL_TYPE_FLOAT |
#define cpl_type_bpp cpl_type |
typedef enum _cpl_io_type_ cpl_io_type |
The file I/O modes.
enum _cpl_io_type_ |
These are the file I/O modes.