![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 2008 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: vrfWeatherStateEnums.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 ** Created: 5/30/08 MEM 00008 *********************************************************************/ 00009 00010 #ifndef vrfWeatherStateEnums_H_ 00011 #define vrfWeatherStateEnums_H_ 00012 00013 // vrfWeatherStateEnums: 00014 // 00015 // This header file contains the enumerations for weather state used in 00016 // VrForces 00017 00018 enum DtVrfWeatherPrecipitationType 00019 { 00020 DtVrfWeatherPrecipitationNone = 0, 00021 DtVrfWeatherPrecipitationRain, 00022 DtVrfWeatherPrecipitationSnow, 00023 DtVrfWeatherPrecipitationSandStorm 00024 }; 00025 00026 enum DtVrfWeatherCloudState 00027 { 00028 DtVrfWeatherCloudStateClear = 0, 00029 DtVrfWeatherCloudStateMostlyClear, 00030 DtVrfWeatherCloudStateCloudy, 00031 DtVrfWeatherCloudStatePartlyCloudy, 00032 DtVrfWeatherCloudStateMostlyCloudy, 00033 DtVrfWeatherCloudStateOvercast, 00034 DtVrfWeatherCloudStateThunderstorm 00035 }; 00036 00037 #endif