caltrack_reader_cloudsat_2b_cldclass.h

00001 //
00002 // C++ Interface: caltrack_reader_cloudsat_2b_cldclass
00003 //
00004 // Description: 
00005 //
00006 //
00007 // Author: Nicolas PASCAL <nicolas.pascal@icare.univ-lille1.fr>, (C) 2008
00008 //
00009 // Copyright: See COPYING file that comes with this distribution
00010 //
00011 //
00012 
00013 #ifndef CALTRACK_READER_CLOUDSAT_2B_CLDCLASS_H
00014 #define CALTRACK_READER_CLOUDSAT_2B_CLDCLASS_H
00015 
00016 #include "caltrack_reader_common.h"
00017 
00018 typedef struct {
00019     float32 lat;
00020     float32 lon;
00021     float64 time;
00022     int16   input_profile_index;
00023     int16   input_file_index;
00024     char    input_file           [MAX_NC_NAME];
00025     int16   height               [NB_CLOUDSAT_VERTICAL_BINS];
00026     int16   cloud_scenario       [NB_CLOUDSAT_VERTICAL_BINS];
00027 
00028 } caltrack_record_CLOUDSAT_2B_CLDCLASS;
00029 
00037 int read_caltrack_record_CLOUDSAT_2B_CLDCLASS ( const char* filename, const int i_rec, caltrack_record_CLOUDSAT_2B_CLDCLASS *record );
00038 
00043 void print_caltrack_record_CLOUDSAT_2B_CLDCLASS ( const caltrack_record_CLOUDSAT_2B_CLDCLASS const *record );
00044 
00045 #endif

Generated on Wed Sep 2 15:04:31 2009 for caltrack_reader.kdevelop by  doxygen 1.5.8