mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:10:05 +00:00
Placefile TimeRange statement
This commit is contained in:
parent
ca6f55d712
commit
96421bba40
2 changed files with 73 additions and 7 deletions
|
|
@ -71,8 +71,10 @@ public:
|
|||
|
||||
struct DrawItem
|
||||
{
|
||||
ItemType itemType_ {ItemType::Unknown};
|
||||
units::length::nautical_miles<double> threshold_ {};
|
||||
ItemType itemType_ {ItemType::Unknown};
|
||||
units::length::nautical_miles<double> threshold_ {};
|
||||
std::chrono::sys_time<std::chrono::seconds> startTime_ {};
|
||||
std::chrono::sys_time<std::chrono::seconds> endTime_ {};
|
||||
};
|
||||
|
||||
struct IconDrawItem : DrawItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue