|
OpenCPN Partial API docs
|
Implement tcds_ascii_harmonic.h – Load harmonic data from ascii source TCDataFactory. More...
Go to the source code of this file.
Classes | |
| struct | harmonic_file_entry |
Macros | |
| #define | M_PI ((2) * (acos(0.0))) |
| #define | IFF_OPEN 0 |
| #define | IFF_CLOSE 1 |
| #define | IFF_SEEK 2 |
| #define | IFF_TELL 3 |
| #define | IFF_READ 4 |
Implement tcds_ascii_harmonic.h – Load harmonic data from ascii source TCDataFactory.
Definition in file tcds_ascii_harmonic.cpp.
| #define IFF_CLOSE 1 |
Definition at line 37 of file tcds_ascii_harmonic.cpp.
| #define IFF_OPEN 0 |
Definition at line 36 of file tcds_ascii_harmonic.cpp.
| #define IFF_READ 4 |
Definition at line 40 of file tcds_ascii_harmonic.cpp.
| #define IFF_SEEK 2 |
Definition at line 38 of file tcds_ascii_harmonic.cpp.
| #define IFF_TELL 3 |
Definition at line 39 of file tcds_ascii_harmonic.cpp.
| #define M_PI ((2) * (acos(0.0))) |
Definition at line 33 of file tcds_ascii_harmonic.cpp.