BLPAPI C++ 3.26.5
Loading...
Searching...
No Matches
blpapi_highresolutionclock.h
Go to the documentation of this file.
1/* Copyright 2012. Bloomberg Finance L.P.
2 *
3 * Permission is hereby granted, free of charge, to any person obtaining a copy
4 * of this software and associated documentation files (the "Software"), to
5 * deal in the Software without restriction, including without limitation the
6 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
7 * sell copies of the Software, and to permit persons to whom the Software is
8 * furnished to do so, subject to the following conditions: The above
9 * copyright notice and this permission notice shall be included in all copies
10 * or substantial portions of the Software.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
18 * IN THE SOFTWARE.
19 */
20
35
36#ifndef INCLUDED_BLPAPI_HIGHRESOLUTIONCLOCK
37#define INCLUDED_BLPAPI_HIGHRESOLUTIONCLOCK
65
66#ifndef INCLUDED_BLPAPI_CALL
67#include <blpapi_call.h>
68#endif
69
70#ifndef INCLUDED_BLPAPI_DEFS
71#include <blpapi_defs.h>
72#endif
73
74#ifndef INCLUDED_BLPAPI_TIMEPOINT
75#include <blpapi_timepoint.h>
76#endif
77
78#ifndef INCLUDED_BLPAPI_TYPES
79#include <blpapi_types.h>
80#endif
81
82#ifdef __cplusplus
83extern "C" {
84#endif
85
87
90
91BLPAPI_EXPORT
92int blpapi_HighResolutionClock_now(blpapi_TimePoint_t *timePoint);
97
100
101#ifdef __cplusplus
102}
103
110
111namespace BloombergLP {
112namespace blpapi {
113
125
126 static TimePoint now();
130};
131
134
135// ============================================================================
136// INLINE AND TEMPLATE FUNCTION IMPLEMENTATIONS
137// ============================================================================
138
139// --------------------------
140// struct HighResolutionClock
141// --------------------------
143{
144 TimePoint tp;
146 return tp;
147}
148
149} // close namespace blpapi
150} // close namespace BloombergLP
151
152#endif // #ifdef __cplusplus
153#endif // #ifndef INCLUDED_BLPAPI_HIGHRESOLUTIONCLOCK
Provide functions for dispatchtbl.
#define BLPAPI_CALL_HIGHRESOLUTIONCLOCK_NOW(a1)
Definition blpapi_call.h:471
Common definitions used by the library.
Provide a time point with respect to an epoch.
Provide BLPAPI types.
Definition blpapi_abstractsession.h:212
blpapi_TimePoint_t TimePoint
Definition blpapi_timepoint.h:147
Definition blpapi_abstractsession.h:211
Definition blpapi_highresolutionclock.h:124
static TimePoint now()
Definition blpapi_highresolutionclock.h:142