|
OpenCPN Partial API docs
|
Implement tcds_binary_harmonic.h – TCDataFactory loading data from binary file. More...
Go to the source code of this file.
Classes | |
| struct | _SYSTEMTIME |
| struct | _TIME_ZONE_INFORMATION |
| struct | tz_info_entry |
Typedefs | |
| typedef unsigned short | WORD |
| typedef long | LONG |
| typedef char | WCHAR |
| typedef struct _SYSTEMTIME | SYSTEMTIME |
| typedef struct _SYSTEMTIME * | PSYSTEMTIME |
| typedef struct _TIME_ZONE_INFORMATION | TIME_ZONE_INFORMATION |
| typedef struct _TIME_ZONE_INFORMATION * | PTIME_ZONE_INFORMATION |
Functions | |
| char * | tz_time2sec (char *psrc, long *timesec) |
Variables | |
| tz_info_entry | tz_info_local |
| tz_info_entry | tz_info_remote |
| tz_info_entry * | tz_info = &tz_info_local |
Implement tcds_binary_harmonic.h – TCDataFactory loading data from binary file.
Definition in file tcds_binary_harmonic.cpp.
| typedef long LONG |
Definition at line 70 of file tcds_binary_harmonic.cpp.
| typedef char WCHAR |
Definition at line 71 of file tcds_binary_harmonic.cpp.
| typedef unsigned short WORD |
Definition at line 69 of file tcds_binary_harmonic.cpp.
| char * tz_time2sec | ( | char * | psrc, |
| long * | timesec | ||
| ) |
Definition at line 115 of file tcds_binary_harmonic.cpp.
| tz_info_entry * tz_info = &tz_info_local |
Definition at line 109 of file tcds_binary_harmonic.cpp.
| tz_info_entry tz_info_local |
Definition at line 109 of file tcds_binary_harmonic.cpp.
| tz_info_entry tz_info_remote |
Definition at line 109 of file tcds_binary_harmonic.cpp.