OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022

#include <nccmp.h>

Public Attributes

nc_type type
 
union {
   char   c
 
   int8_t   b
 
   short   s
 
   int   i
 
   float   f
 
   double   d
 
}; 
 
union {
   char   c
 
   int8_t   b
 
   uint8_t   ub
 
   short   s
 
   uint16_t   us
 
   int   i
 
   uint   ui
 
   int64_t   l
 
   uint64_t   ul
 
   float   f
 
   double   d
 
}; 
 

Detailed Description

Definition at line 28 of file nccmp.h.

Member Data Documentation

◆ @138

union { ... }

◆ @140

union { ... }

◆ b

int8_t b

Definition at line 33 of file nccmp.h.

◆ c

char c

Definition at line 32 of file nccmp.h.

◆ d

double d

Definition at line 37 of file nccmp.h.

◆ f

float f

Definition at line 36 of file nccmp.h.

◆ i

int i

Definition at line 35 of file nccmp.h.

◆ l

int64_t l

Definition at line 47 of file nccmp.hpp.

◆ s

short s

Definition at line 34 of file nccmp.h.

◆ type

nc_type type

Definition at line 29 of file nccmp.h.

◆ ub

uint8_t ub

Definition at line 42 of file nccmp.hpp.

◆ ui

uint ui

Definition at line 46 of file nccmp.hpp.

◆ ul

uint64_t ul

Definition at line 48 of file nccmp.hpp.

◆ us

uint16_t us

Definition at line 44 of file nccmp.hpp.


The documentation for this struct was generated from the following files:
  • /gfs-oceanweb/web/ocssw/ocssw_src/src/nccmp/nccmp.h
  • /gfs-oceanweb/web/ocssw/ocssw_src/src/nccmp/nccmp.hpp