VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
DtVrfWeatherCloudStateSandStorm
36
};
37
38
#endif
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)