mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
@@ -39,7 +39,8 @@ namespace BlackMisc
|
||||
Few,
|
||||
Scattered,
|
||||
Broken,
|
||||
Overcast
|
||||
Overcast,
|
||||
CoverageUnknown
|
||||
};
|
||||
|
||||
//! Cloud type
|
||||
@@ -49,7 +50,8 @@ namespace BlackMisc
|
||||
Cirrus,
|
||||
Stratus,
|
||||
Cumulus,
|
||||
Thunderstorm
|
||||
Thunderstorm,
|
||||
CloudsUnknown
|
||||
};
|
||||
|
||||
//! Precipitation Type
|
||||
@@ -57,7 +59,8 @@ namespace BlackMisc
|
||||
{
|
||||
NoPrecipitation,
|
||||
Rain,
|
||||
Snow
|
||||
Snow,
|
||||
PrecipitationUnknown
|
||||
};
|
||||
|
||||
//! Properties by index
|
||||
|
||||
Reference in New Issue
Block a user