Placefile TimeRange statement

This commit is contained in:
Dan Paulat 2023-09-01 08:59:42 -05:00
parent ca6f55d712
commit 96421bba40
2 changed files with 73 additions and 7 deletions

View file

@ -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