ocssw
V2022
|
gringHelper.h
Go to the documentation of this file.
19 // The scanBounds structure is used to mark the end-points (and mid-point) of a scan that can contribute to a gring
53 void process_scan(l1str *l1rec, size_t recnum, size_t escan); // Process an individual scan line // Print (to screen) gring-related information
55 int get_gring_strings(std::string& gring_lon_string, std::string& gring_lat_string, std::string& gring_seq_string);
75 //scanBounds_t *scanBounds; // If scan should be included in gring, stuff the scanBoundsOut into a geobox.
Definition: gringHelper.h:30
int get_gring_strings(std::string &gring_lon_string, std::string &gring_lat_string, std::string &gring_seq_string)
Definition: gringHelper.cpp:361
Utility functions for allocating and freeing two-dimensional arrays of various types.
Definition: gringHelper.h:20
void process_scan(l1str *l1rec, size_t recnum, size_t escan)
Definition: gringHelper.cpp:70
Definition: gringHelper.h:47
Definition: gringHelper.h:13