VR-Vantage API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Tutorials
File List
File Members
include
vrfExtObjects
vrfWeatherStateEnums.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: vrfWeatherStateEnums.h,v $ $Revision: 1.1 $ $State: Exp $
7
** Created: 5/30/08 MEM
8
*********************************************************************/
9
10
#ifndef vrfWeatherStateEnums_H_
11
#define vrfWeatherStateEnums_H_
12
13
// vrfWeatherStateEnums:
14
//
15
// This header file contains the enumerations for weather state used in
16
// VrForces
17
18
enum
DtVrfWeatherPrecipitationType
19
{
20
DtVrfWeatherPrecipitationNone
= 0,
21
DtVrfWeatherPrecipitationRain
,
22
DtVrfWeatherPrecipitationSnow
,
23
DtVrfWeatherPrecipitationSandStorm
24
};
25
26
enum
DtVrfWeatherCloudState
27
{
28
DtVrfWeatherCloudStateClear
= 0,
29
DtVrfWeatherCloudStateMostlyClear
,
30
DtVrfWeatherCloudStateCloudy
,
31
DtVrfWeatherCloudStatePartlyCloudy
,
32
DtVrfWeatherCloudStateMostlyCloudy
,
33
DtVrfWeatherCloudStateOvercast
,
34
DtVrfWeatherCloudStateThunderstorm
35
};
36
37
#endif
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)