ocssw
V2022
|
scene_meta.c File Reference
#include "scene_meta.h"
Include dependency graph for scene_meta.c:
Go to the source code of this file.
Functions | |
float | westernmost (float lon1, float lon2) |
float | easternmost (float lon1, float lon2) |
void | scene_meta_init (void) |
void | scene_meta_put (l1str *l1rec) |
scnstr * | scene_meta_get (void) |
void | scene_meta_write (idDS ds_id) |
Function Documentation
◆ easternmost()
float easternmost | ( | float | lon1, |
float | lon2 | ||
) |
Definition at line 36 of file scene_meta.c.
◆ scene_meta_get()
scnstr* scene_meta_get | ( | void | ) |
Definition at line 237 of file scene_meta.c.
◆ scene_meta_init()
void scene_meta_init | ( | void | ) |
Definition at line 45 of file scene_meta.c.
◆ scene_meta_put()
void scene_meta_put | ( | l1str * | l1rec | ) |
Definition at line 72 of file scene_meta.c.
◆ scene_meta_write()
void scene_meta_write | ( | idDS | ds_id | ) |
Definition at line 241 of file scene_meta.c.
◆ westernmost()
float westernmost | ( | float | lon1, |
float | lon2 | ||
) |
Definition at line 27 of file scene_meta.c.