VAPOR3
3.9.4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
a
f
g
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
c
d
e
f
g
h
l
m
o
p
r
s
t
v
x
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
_
c
d
f
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
c
d
h
m
o
p
r
u
v
Variables
Typedefs
Enumerations
Enumerator
a
c
h
p
r
s
t
u
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
include
vapor
PVTime.h
Go to the documentation of this file.
1
//
2
// $Id$
3
//
4
//************************************************************************
5
// *
6
// Copyright (C) 2004 *
7
// University Corporation for Atmospheric Research *
8
// All Rights Reserved *
9
// *
10
//************************************************************************/
11
12
#ifndef _PVTime_h_
13
#define _PVTime_h_
14
15
#include <cmath>
16
#include <string>
17
#include <ctime>
18
#ifndef WIN32
19
#include <stdint.h>
20
#endif
21
#include <
vapor/common.h
>
22
23
#ifndef TIME64_T
24
#ifdef WIN32
25
#define TIME64_T __int64
26
#else
27
#define TIME64_T int64_t
28
#endif
29
#endif
30
31
using namespace
std;
32
33
namespace
Wasp
{
34
35
COMMON_API
TIME64_T
MkTime64
(
struct
tm *t);
36
COMMON_API
struct
tm *
LocalTime64_r
(
const
TIME64_T
*t,
struct
tm *p);
37
COMMON_API
struct
tm *
GmTime64_r
(
const
TIME64_T
*t,
struct
tm *p);
38
39
};
// namespace Wasp
40
41
#endif
// _PVTime_h_
TIME64_T
#define TIME64_T
Definition:
MyBase.h:428
common.h
COMMON_API
#define COMMON_API
Definition:
common.h:72
Wasp
Definition:
CFuncs.h:31
Wasp::LocalTime64_r
COMMON_API struct tm * LocalTime64_r(const TIME64_T *t, struct tm *p)
Wasp::MkTime64
COMMON_API TIME64_T MkTime64(struct tm *t)
Wasp::GmTime64_r
COMMON_API struct tm * GmTime64_r(const TIME64_T *t, struct tm *p)
Generated by
1.9.6