mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Issue #131 Sync date when time-sync is enabled for FSX/P3D
This commit is contained in:
committed by
Mat Sutcliffe
parent
acf6da4226
commit
45a5ce5a6a
@@ -191,8 +191,10 @@ namespace BlackSimPlugin::FsxCommon
|
||||
//! Data struct simulator environment
|
||||
struct DataDefinitionSimEnvironment
|
||||
{
|
||||
qint32 zuluTimeSeconds; //!< Simulator zulu (GMT) ime in secs.
|
||||
qint32 localTimeSeconds; //!< Simulator local time in secs.
|
||||
qint32 zuluTimeSeconds; //!< Simulator zulu (GMT) time in secs.
|
||||
qint32 zuluYear; //!< Simulator zulu (GMT) year.
|
||||
qint32 zuluMonth; //!< Simulator zulu (GMT) month.
|
||||
qint32 zuluDayOfMonth; //!< Simulator zulu (GMT) day of the month.
|
||||
};
|
||||
|
||||
//! The whole SB data area
|
||||
|
||||
Reference in New Issue
Block a user