mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Improved doxygen comments for CSimulatorInternals.
This commit is contained in:
@@ -96,7 +96,7 @@ namespace BlackCore
|
|||||||
//! Is time synchronization on?
|
//! Is time synchronization on?
|
||||||
virtual bool isTimeSynchronized() const = 0;
|
virtual bool isTimeSynchronized() const = 0;
|
||||||
|
|
||||||
//! Get the setup (simulator environment)
|
//! Get the simulator current internal state
|
||||||
virtual const BlackMisc::Simulation::CSimulatorInternals &getSimulatorInternals() const { return m_simulatorInternals; }
|
virtual const BlackMisc::Simulation::CSimulatorInternals &getSimulatorInternals() const { return m_simulatorInternals; }
|
||||||
|
|
||||||
//! Connect to simulator
|
//! Connect to simulator
|
||||||
@@ -391,7 +391,7 @@ namespace BlackCore
|
|||||||
virtual void onSwiftDbAirportsRead();
|
virtual void onSwiftDbAirportsRead();
|
||||||
//! @}
|
//! @}
|
||||||
|
|
||||||
//! Init the internals info
|
//! Init the internals info from the simulator
|
||||||
virtual void initSimulatorInternals();
|
virtual void initSimulatorInternals();
|
||||||
|
|
||||||
//! Parsed in derived classes
|
//! Parsed in derived classes
|
||||||
@@ -562,7 +562,7 @@ namespace BlackCore
|
|||||||
qint64 m_statsLastUpdateAircraftRequestedMs = 0; //!< when was the last aircraft update requested
|
qint64 m_statsLastUpdateAircraftRequestedMs = 0; //!< when was the last aircraft update requested
|
||||||
qint64 m_statsUpdateAircraftRequestedDeltaMs = 0; //!< delta time between 2 aircraft updates
|
qint64 m_statsUpdateAircraftRequestedDeltaMs = 0; //!< delta time between 2 aircraft updates
|
||||||
|
|
||||||
BlackMisc::Simulation::CSimulatorInternals m_simulatorInternals; //!< setup object
|
BlackMisc::Simulation::CSimulatorInternals m_simulatorInternals; //!< setup read from the sim
|
||||||
BlackMisc::Simulation::CInterpolationLogger m_interpolationLogger; //!< log.interpolation
|
BlackMisc::Simulation::CInterpolationLogger m_interpolationLogger; //!< log.interpolation
|
||||||
BlackMisc::Simulation::CAutoPublishData m_autoPublishing; //!< for the DB
|
BlackMisc::Simulation::CAutoPublishData m_autoPublishing; //!< for the DB
|
||||||
BlackMisc::Aviation::CAircraftSituationPerCallsign m_lastSentSituations; //!< last situations sent to simulator
|
BlackMisc::Aviation::CAircraftSituationPerCallsign m_lastSentSituations; //!< last situations sent to simulator
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ namespace BlackMisc
|
|||||||
namespace Simulation
|
namespace Simulation
|
||||||
{
|
{
|
||||||
//! Simulator internals for flight simulators.
|
//! Simulator internals for flight simulators.
|
||||||
//! Those are set up at runtime and represent information about the simulator (like a small registry)
|
//! Those are obtained from a running simulator and represent information about the simulator (like a small registry)
|
||||||
class BLACKMISC_EXPORT CSimulatorInternals : public CValueObject<CSimulatorInternals>
|
class BLACKMISC_EXPORT CSimulatorInternals : public CValueObject<CSimulatorInternals>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user