Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l1agen_seawifs
swl0_types.h
Go to the documentation of this file.
1
#ifndef _L0TYPES_H
2
#define _L0TYPES_H
3
4
#include <stdint.h>
5
6
typedef
unsigned
char
BYTE
;
7
typedef
short
int
INT16
;
8
typedef
int32_t
INT32
;
9
typedef
float
FLOAT32
;
10
typedef
double
FLOAT64
;
11
12
#endif
INT16
short int INT16
Definition:
swl0_types.h:7
FLOAT64
double FLOAT64
Definition:
swl0_types.h:10
INT32
int32_t INT32
Definition:
swl0_types.h:8
FLOAT32
float FLOAT32
Definition:
swl0_types.h:9
BYTE
unsigned char BYTE
Definition:
swl0_types.h:6