#include <glib.h>
#include <cfe/gpstypes.h>
#include "tile_info.h"
Go to the source code of this file.
◆ TILE_CACHED
◆ TILE_DOWNLOAD
◆ TILE_MISSING
◆ _cache_tile()
| gint _cache_tile |
( |
SrtmTileInfo * |
info | ) |
|
◆ _cache_tile_wait()
| gint _cache_tile_wait |
( |
SrtmTileInfo * |
info | ) |
|
◆ _cached_tile_data_free()
| void _cached_tile_data_free |
( |
gpointer |
data | ) |
|
◆ _cached_tile_info_free()
| void _cached_tile_info_free |
( |
gpointer |
data | ) |
|
◆ _data_to_cache()
| gboolean _data_to_cache |
( |
SrtmTileInfo * |
info, |
|
|
gconstpointer |
input, |
|
|
guint |
size |
|
) |
| |
◆ _load_tile()
| gboolean _load_tile |
( |
const SrtmTileInfo * |
info | ) |
|
◆ _read_tile_to_cache()
| gboolean _read_tile_to_cache |
( |
SrtmTileInfo * |
tile | ) |
|