OpenCPN Partial API docs
Loading...
Searching...
No Matches
tcds_binary_harmonic.cpp File Reference

Implement tcds_binary_harmonic.hTCDataFactory loading data from binary file. More...

#include <string>
#include "tcds_binary_harmonic.h"
#include "tcmgr.h"
#include "tzdata.h"

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 _SYSTEMTIMEPSYSTEMTIME
 
typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION
 
typedef struct _TIME_ZONE_INFORMATIONPTIME_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_entrytz_info = &tz_info_local
 

Detailed Description

Implement tcds_binary_harmonic.hTCDataFactory loading data from binary file.

Definition in file tcds_binary_harmonic.cpp.

Typedef Documentation

◆ LONG

typedef long LONG

Definition at line 70 of file tcds_binary_harmonic.cpp.

◆ WCHAR

typedef char WCHAR

Definition at line 71 of file tcds_binary_harmonic.cpp.

◆ WORD

typedef unsigned short WORD

Definition at line 69 of file tcds_binary_harmonic.cpp.

Function Documentation

◆ tz_time2sec()

char * tz_time2sec ( char *  psrc,
long *  timesec 
)

Definition at line 115 of file tcds_binary_harmonic.cpp.

Variable Documentation

◆ tz_info

tz_info_entry * tz_info = &tz_info_local

Definition at line 109 of file tcds_binary_harmonic.cpp.

◆ tz_info_local

tz_info_entry tz_info_local

Definition at line 109 of file tcds_binary_harmonic.cpp.

◆ tz_info_remote

tz_info_entry tz_info_remote

Definition at line 109 of file tcds_binary_harmonic.cpp.