|
LRAUV
revA
|
Contains the NavChartDb class implementation. More...
#include "NavChartDb.h"#include "data/ConfigReader.h"#include "data/DataWriter.h"#include "data/Location.h"#include "data/Mtx.h"#include "data/Slate.h"#include "units/Units.h"#include "utils/Str.h"#include <cstddef>#include <dirent.h>#include <ftw.h>#include <stdint.h>#include <sys/stat.h>#include <unistd.h>
Macros | |
| #define | NAVCHART_PATH "Data/navchart/" |
| #define | GEO_GRID_SIZE 5000 |
| #define | INTEREST_RADIUS 10000 |
| #define | COVERAGE_FILENAME ( NAVCHART_PATH "coverage.mtx" ) |
| #define | DEPTH_FILENAME ( NAVCHART_PATH "contour.depths.mtx" ) |
| #define | ENC_DAT_FILENAME ( NAVCHART_PATH "enc.dat" ) |
| #define | SOUNDINGS_NAME "soundings" |
| #define | ENC_DATA_LINE_LENGTH 256 |
Functions | |
| int | rm (const char *path, const struct stat *s, int flag, struct FTW *f) |
Variables | |
| bool | debug_g = false |
Contains the NavChartDb class implementation.
Copyright (c) 2007,2008,2009 MBARI MBARI Proprietary Information. All Rights Reserved
| #define COVERAGE_FILENAME ( NAVCHART_PATH "coverage.mtx" ) |
Referenced by NavChartDb::appendToCoverage(), and NavChartDb::loadCoverage().
| #define DEPTH_FILENAME ( NAVCHART_PATH "contour.depths.mtx" ) |
Referenced by NavChartDb::loadDepths(), and NavChartDb::saveDepths().
| #define ENC_DAT_FILENAME ( NAVCHART_PATH "enc.dat" ) |
Referenced by NavChartDb::loadEncs(), and NavChartDb::saveEncs().
| #define ENC_DATA_LINE_LENGTH 256 |
Referenced by NavChartDb::loadEncs().
| #define GEO_GRID_SIZE 5000 |
Referenced by NavChartDb::CalcNumLonIndices().
| #define INTEREST_RADIUS 10000 |
Referenced by NavChartDb::updateGeoIndices().
| #define NAVCHART_PATH "Data/navchart/" |
| #define SOUNDINGS_NAME "soundings" |
| int rm | ( | const char * | path, |
| const struct stat * | s, | ||
| int | flag, | ||
| struct FTW * | f | ||
| ) |
Referenced by NavChartDb::wipeOut().