OpenCPN Partial API docs
|
Tidal data container. More...
#include <wx/dynarray.h>
Go to the source code of this file.
Classes | |
class | IDX_entry |
Represents an index entry for tidal and current data. More... | |
Macros | |
#define | MAXNAMELEN 90 |
Enumerations | |
enum | source_data_t { SOURCE_TYPE_UNKNOWN , SOURCE_TYPE_ASCII_HARMONIC , SOURCE_TYPE_BINARY_HARMONIC } |
Enumeration of source data types. More... | |
Functions | |
WX_DECLARE_OBJARRAY (IDX_entry, ArrayOfIDXEntry) | |
Tidal data container.
Definition in file idx_entry.h.
#define MAXNAMELEN 90 |
Definition at line 29 of file idx_entry.h.
enum source_data_t |
Enumeration of source data types.
Enumerator | |
---|---|
SOURCE_TYPE_UNKNOWN | Unknown source type. |
SOURCE_TYPE_ASCII_HARMONIC | ASCII harmonic source type. |
SOURCE_TYPE_BINARY_HARMONIC | Binary harmonic source type. |
Definition at line 37 of file idx_entry.h.