VR-Vantage 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentalUtils.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <vlutil/vlString.h>
10 #include <time.h>
11 
13 
16 
19 
22 
25 
28  int& arrowHeadPlacement, int& arrowStyle, int& arrowSize);
29 
32  int arrowHeadPlacement, int arrowStyle, int arrowSize);
33 
37 DT_DLL_vrfExtProtocol time_t utcTimeFromTimeOfDay(time_t dtod, time_t tod, time_t timezoneOffset = 0);
38 
41 DT_DLL_vrfExtProtocol time_t localTimeFromTimeOfDay(time_t dtod, time_t tod);
42 
45 
47 DT_DLL_vrfExtProtocol void utcGetTodaysDateAndTime(int& year, int& mon, int& day, int& hour, int& min, int& sec);
48 
50 DT_DLL_vrfExtProtocol void localGetTodaysDateAndTime(int& year, int& mon, int& day, int& hour, int& min, int& sec);


Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)