|
virtual swift::misc::simulation::CSimulatorPluginInfo | getSimulatorPluginInfo () const |
| Simulator info, currently loaded plugin. More...
|
|
virtual swift::misc::simulation::CSimulatorPluginInfoList | getAvailableSimulatorPlugins () const |
| Return list of available simulator plugins. More...
|
|
virtual swift::misc::simulation::settings::CSimulatorSettings | getSimulatorSettings () const |
| Get the current simulator settings. More...
|
|
virtual bool | setSimulatorSettings (const swift::misc::simulation::settings::CSimulatorSettings &settings, const swift::misc::simulation::CSimulatorInfo &simulator) |
| Set settings for give simulator. More...
|
|
virtual bool | startSimulatorPlugin (const swift::misc::simulation::CSimulatorPluginInfo &simulatorInfo) |
| Load and start specific simulator plugin. More...
|
|
virtual void | stopSimulatorPlugin (const swift::misc::simulation::CSimulatorPluginInfo &simulatorInfo) |
| Stop listener or unload the given plugin (if currently loaded) More...
|
|
virtual int | checkListeners () |
| Check all listeners enabled if simulator is connected. More...
|
|
virtual ISimulator::SimulatorStatus | getSimulatorStatus () const |
| Simulator combined status. More...
|
|
virtual swift::misc::simulation::CSimulatorInternals | getSimulatorInternals () const |
| Simulator setup. More...
|
|
virtual swift::misc::simulation::CSimulatorInfo | getModelSetLoaderSimulator () const |
| Get the model set loader simulator directly. More...
|
|
virtual void | setModelSetLoaderSimulator (const swift::misc::simulation::CSimulatorInfo &simulator) |
| Set the model set loader simulator directly. More...
|
|
virtual swift::misc::simulation::CSimulatorInfo | simulatorsWithInitializedModelSet () const |
| Simulators which have an initialized model set. More...
|
|
virtual swift::misc::CStatusMessageList | verifyPrerequisites () const |
| Verify prerequisites for simulation like an existing model set. More...
|
|
virtual QStringList | getModelSetStrings () const |
| Model strings. More...
|
|
virtual QStringList | getModelSetCompleterStrings (bool sorted) const |
| Model set completer string. More...
|
|
virtual bool | isKnownModelInSet (const QString &modelString) const |
| Known model? More...
|
|
virtual int | removeModelsFromSet (const swift::misc::simulation::CAircraftModelList &removeModels) |
| Remove models from set. More...
|
|
virtual void | disableModelsForMatching (const swift::misc::simulation::CAircraftModelList &removedModels, bool incremental) |
| Remove a model for matching. More...
|
|
virtual swift::misc::simulation::CAircraftModelList | getDisabledModelsForMatching () const |
| The disabled models for matching. More...
|
|
virtual void | restoreDisabledModels () |
| Restore the models removed with CAircraftMatcher::disableModelForMatching. More...
|
|
virtual bool | isValidationInProgress () const |
| Validation in progress. More...
|
|
virtual bool | triggerModelSetValidation (const swift::misc::simulation::CSimulatorInfo &simulator) |
| Trigger model set validation. More...
|
|
virtual swift::misc::simulation::CAircraftModelList | getModelSetModelsStartingWith (const QString &modelString) const |
| Models for model string. More...
|
|
virtual swift::misc::simulation::CInterpolationAndRenderingSetupGlobal | getInterpolationAndRenderingSetupGlobal () const |
| The global setup. More...
|
|
virtual swift::misc::simulation::CInterpolationSetupList | getInterpolationAndRenderingSetupsPerCallsign () const |
| Get all setups per callsign. More...
|
|
virtual swift::misc::simulation::CInterpolationAndRenderingSetupPerCallsign | getInterpolationAndRenderingSetupPerCallsignOrDefault (const swift::misc::aviation::CCallsign &callsign) const |
| Get the setup for callsign, if not existing the global setup. More...
|
|
virtual bool | setInterpolationAndRenderingSetupsPerCallsign (const swift::misc::simulation::CInterpolationSetupList &setups, bool ignoreSameAsGlobal) |
| Set all setups per callsign. More...
|
|
virtual void | setInterpolationAndRenderingSetupGlobal (const swift::misc::simulation::CInterpolationAndRenderingSetupGlobal &setup) |
| Set the global setup. More...
|
|
virtual swift::misc::CStatusMessageList | getInterpolationMessages (const swift::misc::aviation::CCallsign &callsign) const |
| Interpolation messages. More...
|
|
virtual bool | followAircraft (const swift::misc::aviation::CCallsign &callsign) |
| Follow aircraft im simulator view. More...
|
|
virtual void | recalculateAllAircraft () |
| Recalculate all aircraft. More...
|
|
virtual bool | resetToModelMatchingAircraft (const swift::misc::aviation::CCallsign &callsign) |
| Reset model by matching it again. More...
|
|
virtual bool | requestElevationBySituation (const swift::misc::aviation::CAircraftSituation &situation) |
| Request elevation, there is no guarantee the requested elevation will be available in the provider. More...
|
|
virtual swift::misc::geo::CElevationPlane | findClosestElevationWithinRange (const swift::misc::geo::CCoordinateGeodetic &reference, const swift::misc::physical_quantities::CLength &range) const |
| Find closest elevation (or return NULL) More...
|
|
virtual int | doMatchingsAgain () |
| Repeat all matchings. More...
|
|
virtual bool | doMatchingAgain (const swift::misc::aviation::CCallsign &callsign) |
| Repeat the matching callsign. More...
|
|
virtual swift::misc::CStatusMessageList | getMatchingMessages (const swift::misc::aviation::CCallsign &callsign) const |
| Get mapping messages. More...
|
|
virtual swift::misc::simulation::MatchingLog | isMatchingMessagesEnabled () const |
| Enabled mapping logging? More...
|
|
virtual void | enableMatchingMessages (swift::misc::simulation::MatchingLog enabled) |
| Enable mapping logging. More...
|
|
virtual swift::misc::simulation::CMatchingStatistics | getCurrentMatchingStatistics (bool missingOnly) const |
| Current matching statistics. More...
|
|
virtual void | setMatchingSetup (const swift::misc::simulation::CAircraftMatcherSetup &setup) |
| Set matching setup. More...
|
|
virtual swift::misc::simulation::CAircraftMatcherSetup | getMatchingSetup () const |
| Get matching setup. More...
|
|
virtual bool | testRemoteAircraft (const swift::misc::simulation::CSimulatedAircraft &aircraft, bool add) |
| Test a remote aircraft. More...
|
|
virtual bool | testUpdateRemoteAircraft (const swift::misc::aviation::CCallsign &cs, const swift::misc::aviation::CAircraftSituation &situation, const swift::misc::aviation::CAircraftParts &parts) |
| Test update remote aircraft. More...
|
|
virtual swift::misc::simulation::CAircraftModelList | getModelSet () const |
| Installed models in simulator eco system. More...
|
|
virtual int | getModelSetCount () const |
| Number of installed models in simulator eco system. More...
|
|
virtual bool | parseCommandLine (const QString &commandLine, const swift::misc::CIdentifier &originator) |
| Parse a given command line. More...
|
|
virtual swift::misc::simulation::CSimulatorPluginInfo | getSimulatorPluginInfo () const =0 |
| Simulator info, currently loaded plugin.
|
|
virtual swift::misc::simulation::CSimulatorPluginInfoList | getAvailableSimulatorPlugins () const =0 |
| Return list of available simulator plugins.
|
|
virtual swift::misc::simulation::settings::CSimulatorSettings | getSimulatorSettings () const =0 |
| Get the current simulator settings.
|
|
virtual bool | setSimulatorSettings (const swift::misc::simulation::settings::CSimulatorSettings &settings, const swift::misc::simulation::CSimulatorInfo &simulator)=0 |
| Set settings for give simulator.
|
|
virtual int | checkListeners ()=0 |
| Check all listeners enabled if simulator is connected.
|
|
virtual bool | startSimulatorPlugin (const swift::misc::simulation::CSimulatorPluginInfo &simulatorInfo)=0 |
| Load and start specific simulator plugin.
|
|
virtual void | stopSimulatorPlugin (const swift::misc::simulation::CSimulatorPluginInfo &simulatorInfo)=0 |
| Stop listener or unload the given plugin (if currently loaded)
|
|
virtual ISimulator::SimulatorStatus | getSimulatorStatus () const =0 |
| Simulator combined status.
|
|
virtual swift::misc::simulation::CSimulatorInternals | getSimulatorInternals () const =0 |
| Simulator setup.
|
|
virtual swift::misc::simulation::CAircraftModelList | getModelSet () const =0 |
| Installed models in simulator eco system. More...
|
|
virtual swift::misc::simulation::CSimulatorInfo | getModelSetLoaderSimulator () const =0 |
| Get the model set loader simulator directly.
|
|
virtual void | setModelSetLoaderSimulator (const swift::misc::simulation::CSimulatorInfo &simulator)=0 |
| Set the model set loader simulator directly. More...
|
|
virtual swift::misc::simulation::CSimulatorInfo | simulatorsWithInitializedModelSet () const =0 |
| Simulators which have an initialized model set.
|
|
virtual swift::misc::CStatusMessageList | verifyPrerequisites () const =0 |
| Verify prerequisites for simulation like an existing model set. More...
|
|
virtual int | getModelSetCount () const =0 |
| Number of installed models in simulator eco system.
|
|
virtual swift::misc::simulation::CAircraftModelList | getModelSetModelsStartingWith (const QString &modelString) const =0 |
| Models for model string.
|
|
virtual QStringList | getModelSetStrings () const =0 |
| Model strings.
|
|
virtual QStringList | getModelSetCompleterStrings (bool sorted) const =0 |
| Model set completer string.
|
|
virtual int | removeModelsFromSet (const swift::misc::simulation::CAircraftModelList &removeModels)=0 |
| Remove models from set.
|
|
virtual void | disableModelsForMatching (const swift::misc::simulation::CAircraftModelList &removedModels, bool incremental)=0 |
| Remove a model for matching. More...
|
|
virtual swift::misc::simulation::CAircraftModelList | getDisabledModelsForMatching () const =0 |
| The disabled models for matching. More...
|
|
virtual bool | isValidationInProgress () const =0 |
| Validation in progress. More...
|
|
virtual bool | triggerModelSetValidation (const swift::misc::simulation::CSimulatorInfo &simulator)=0 |
| Trigger model set validation.
|
|
virtual void | restoreDisabledModels ()=0 |
| Restore the models removed with CAircraftMatcher::disableModelForMatching. More...
|
|
virtual bool | isKnownModelInSet (const QString &modelstring) const =0 |
| Known model?
|
|
virtual swift::misc::simulation::CInterpolationAndRenderingSetupGlobal | getInterpolationAndRenderingSetupGlobal () const =0 |
| The global setup. More...
|
|
virtual swift::misc::simulation::CInterpolationSetupList | getInterpolationAndRenderingSetupsPerCallsign () const =0 |
| Get all setups per callsign. More...
|
|
virtual swift::misc::simulation::CInterpolationAndRenderingSetupPerCallsign | getInterpolationAndRenderingSetupPerCallsignOrDefault (const swift::misc::aviation::CCallsign &callsign) const =0 |
| Get the setup for callsign, if not existing the global setup. More...
|
|
virtual void | setInterpolationAndRenderingSetupGlobal (const swift::misc::simulation::CInterpolationAndRenderingSetupGlobal &setup)=0 |
| Set the global setup. More...
|
|
virtual bool | setInterpolationAndRenderingSetupsPerCallsign (const swift::misc::simulation::CInterpolationSetupList &setups, bool ignoreSameAsGlobal)=0 |
| Set all setups per callsign. More...
|
|
virtual swift::misc::CStatusMessageList | getInterpolationMessages (const swift::misc::aviation::CCallsign &callsign) const =0 |
| Interpolation messages.
|
|
bool | isSimulatorAvailable () const |
| Simulator avialable (driver available)?
|
|
bool | isSimulatorSimulating () const |
| Is available simulator simulating? Returns false if no simulator is available.
|
|
virtual swift::misc::CStatusMessageList | getMatchingMessages (const swift::misc::aviation::CCallsign &callsign) const =0 |
| Get mapping messages.
|
|
virtual swift::misc::simulation::MatchingLog | isMatchingMessagesEnabled () const =0 |
| Enabled mapping logging?
|
|
virtual void | enableMatchingMessages (swift::misc::simulation::MatchingLog enabled)=0 |
| Enable mapping logging.
|
|
virtual bool | followAircraft (const swift::misc::aviation::CCallsign &callsign)=0 |
| Follow aircraft im simulator view.
|
|
virtual void | recalculateAllAircraft ()=0 |
| Recalculate all aircraft.
|
|
virtual bool | resetToModelMatchingAircraft (const swift::misc::aviation::CCallsign &callsign)=0 |
| Reset model by matching it again.
|
|
virtual bool | requestElevationBySituation (const swift::misc::aviation::CAircraftSituation &situation)=0 |
| Request elevation, there is no guarantee the requested elevation will be available in the provider. More...
|
|
virtual swift::misc::geo::CElevationPlane | findClosestElevationWithinRange (const swift::misc::geo::CCoordinateGeodetic &reference, const swift::misc::physical_quantities::CLength &range) const =0 |
| Find closest elevation (or return NULL) More...
|
|
virtual int | doMatchingsAgain ()=0 |
| Repeat all matchings.
|
|
virtual bool | doMatchingAgain (const swift::misc::aviation::CCallsign &callsign)=0 |
| Repeat the matching callsign.
|
|
virtual swift::misc::simulation::CMatchingStatistics | getCurrentMatchingStatistics (bool missingOnly) const =0 |
| Current matching statistics.
|
|
virtual void | setMatchingSetup (const swift::misc::simulation::CAircraftMatcherSetup &setup)=0 |
| Set matching setup.
|
|
virtual bool | testRemoteAircraft (const swift::misc::simulation::CSimulatedAircraft &aircraft, bool add)=0 |
| Test a remote aircraft.
|
|
virtual bool | testUpdateRemoteAircraft (const swift::misc::aviation::CCallsign &cs, const swift::misc::aviation::CAircraftSituation &situation, const swift::misc::aviation::CAircraftParts &parts)=0 |
| Test update remote aircraft.
|
|
virtual swift::misc::simulation::CAircraftMatcherSetup | getMatchingSetup () const =0 |
| Get matching setup.
|
|
|
virtual | ~CContextSimulator () |
| Destructor.
|
|
void | gracefulShutdown () |
| Gracefully shut down, e.g. for plugin unloading.
|
|
QPointer< ISimulator > | simulator () const |
| Access to simulator (i.e. the plugin)
|
|
bool | hasSimulator () const |
| Simulator available?
|
|
QString | getPathAndContextId () const |
| Id and path name for round trip protection. More...
|
|
| ~IContextSimulator () |
| Destructor.
|
|
| ~IContext ()=default |
| Destructor.
|
|
bool | isUsingImplementingObject () const |
| Using local implementing object?
|
|
bool | isLocalObject () const |
| Local or remote object?
|
|
bool | isEmptyObject () const |
| Empty object?
|
|
CCoreFacade * | getRuntime () |
| Runtime.
|
|
const CCoreFacade * | getRuntime () const |
| Const runtime.
|
|
CCoreFacadeConfig::ContextMode | getMode () const |
| Mode.
|
|
qint64 | getUniqueId () const |
| Unique id.
|
|
const IContextApplication * | getIContextApplication () const |
| Context for application.
|
|
IContextApplication * | getIContextApplication () |
| Application.
|
|
IContextAudio * | getIContextAudio () |
| Context for network.
|
|
const IContextAudio * | getIContextAudio () const |
| Context for network.
|
|
IContextNetwork * | getIContextNetwork () |
| Context for network.
|
|
const IContextNetwork * | getIContextNetwork () const |
| Context for network.
|
|
IContextOwnAircraft * | getIContextOwnAircraft () |
| Context for own aircraft.
|
|
const IContextOwnAircraft * | getIContextOwnAircraft () const |
| Context for own aircraft.
|
|
const IContextSimulator * | getIContextSimulator () const |
| Context for simulator.
|
|
IContextSimulator * | getIContextSimulator () |
| Simulator.
|
|
void | setDebugEnabled (bool debug) |
| Set debug flag.
|
|
bool | isDebugEnabled () const |
| Debug enabled?
|
|
virtual bool | parseCommandLine (const QString &commandLine, const swift::misc::CIdentifier &originator)=0 |
| Parse a given command line.
|
|
virtual CAircraftModelList | getModelSet () const =0 |
| Get the model set models.
|
|
virtual int | getModelSetCount () const =0 |
| Get the model set models count.
|
|
| IAircraftModelSetProvider ()=default |
| Constructor.
|
|
virtual | ~IProvider () |
| Dtor.
|
|
| IProvider (const IProvider &)=delete |
| Copy constructor.
|
|
IProvider & | operator= (const IProvider &)=delete |
| Copy assignment operator.
|
|
virtual QObject * | asQObject () |
| Return as QObject.
|
|
virtual | ~CRemoteAircraftAware () |
| Destructor.
|
|
CSimulatedAircraftList | getAircraftInRange () const |
| All remote aircraft. More...
|
|
bool | isAircraftInRange (const aviation::CCallsign &callsign) const |
| Is aircraft in range? More...
|
|
bool | isVtolAircraft (const aviation::CCallsign &callsign) const |
| Is VTOL aircraft? More...
|
|
int | getAircraftInRangeCount () const |
| Count remote aircraft. More...
|
|
aviation::CCallsignSet | getAircraftInRangeCallsigns () const |
| Unique callsigns for aircraft in range. More...
|
|
CSimulatedAircraft | getAircraftInRangeForCallsign (const aviation::CCallsign &callsign) const |
| Aircraft for callsign. More...
|
|
CAircraftModel | getAircraftInRangeModelForCallsign (const aviation::CCallsign &callsign) const |
| Aircraft model for callsign. More...
|
|
CAirspaceAircraftSnapshot | getLatestAirspaceAircraftSnapshot () const |
| Current snapshot. More...
|
|
aviation::CAircraftSituationList | remoteAircraftSituations (const aviation::CCallsign &callsign) const |
| Rendered aircraft situations (per callsign, time history) More...
|
|
aviation::CAircraftSituation | remoteAircraftSituation (const aviation::CCallsign &callsign, int index) const |
| Rendered aircraft situations (per callsign and index) More...
|
|
aviation::CAircraftSituationList | latestRemoteAircraftSituations () const |
| Latest aircraft situation for all callsigns. More...
|
|
aviation::CAircraftSituationList | latestOnGroundProviderElevations () const |
| Latest aircraft situation "on ground" having a provider elevation. More...
|
|
int | remoteAircraftSituationsCount (const aviation::CCallsign &callsign) const |
| Number of remote aircraft situations for callsign. More...
|
|
aviation::CAircraftPartsList | remoteAircraftParts (const aviation::CCallsign &callsign) const |
| All parts (per callsign, time history) More...
|
|
int | remoteAircraftPartsCount (const aviation::CCallsign &callsign) const |
| All parts (per callsign, time history) More...
|
|
aviation::CAircraftSituationChangeList | remoteAircraftSituationChanges (const aviation::CCallsign &callsign) const |
| Aircraft changes. More...
|
|
aviation::CCallsignSet | remoteAircraftSupportingParts () const |
| Remote aircraft supporting parts. More...
|
|
bool | isRemoteAircraftSupportingParts (const aviation::CCallsign &callsign) const |
| Is remote aircraft supporting parts? More...
|
|
int | getRemoteAircraftSupportingPartsCount () const |
| Number of aircraft supporting parts. More...
|
|
bool | updateAircraftEnabled (const aviation::CCallsign &callsign, bool enabledForRendering) |
| Enable/disable aircraft and follow up logic like sending signals. More...
|
|
bool | setAircraftEnabledFlag (const aviation::CCallsign &callsign, bool enabledForRendering) |
| Just set enable/disable aircraft flag, no further logic. More...
|
|
bool | updateMultipleAircraftEnabled (const aviation::CCallsignSet &callsigns, bool enabledForRendering) |
| Enable/disable aircraft. More...
|
|
bool | updateAircraftModel (const aviation::CCallsign &callsign, const CAircraftModel &model, const CIdentifier &originator) |
| Change model. More...
|
|
bool | updateAircraftNetworkModel (const aviation::CCallsign &callsign, const CAircraftModel &model, const CIdentifier &originator) |
| Change network model. More...
|
|
bool | updateAircraftRendered (const aviation::CCallsign &callsign, bool rendered) |
| Set aircraft rendered. More...
|
|
bool | updateMultipleAircraftRendered (const aviation::CCallsignSet &callsigns, bool rendered) |
| Set aircraft rendered. More...
|
|
int | updateAircraftGroundElevation (const aviation::CCallsign &callsign, const geo::CElevationPlane &elevation, aviation::CAircraftSituation::GndElevationInfo info, bool *updateAircraftGroundElevation) |
| Update the ground elevation. More...
|
|
bool | updateCG (const aviation::CCallsign &callsign, const physical_quantities::CLength &cg) |
| Update the CG. More...
|
|
aviation::CCallsignSet | updateCGForModel (const QString &modelString, const physical_quantities::CLength &cg) |
| Update the CG for this model string. More...
|
|
bool | updateCGAndModelString (const aviation::CCallsign &callsign, const physical_quantities::CLength &cg, const QString &modelString) |
| Update the CG and model string. More...
|
|
void | updateMarkAllAsNotRendered () |
| Mark all as not rendered. More...
|
|
int | aircraftSituationsAdded () const |
| Number of situations added. More...
|
|
int | aircraftPartsAdded () const |
| Number of parts added. More...
|
|
qint64 | situationsLastModified (const aviation::CCallsign &callsign) const |
| When last modified. More...
|
|
qint64 | partsLastModified (const aviation::CCallsign &callsign) const |
| When last modified. More...
|
|
geo::CElevationPlane | averageElevationOfNonMovingAircraft (const aviation::CAircraftSituation &reference, const physical_quantities::CLength &range, int minValues=1) const |
| Average elevation of aircraft in given range, which are NOT moving. More...
|
|
void | setRemoteAircraftProvider (IRemoteAircraftProvider *remoteAircraftProvider) |
| Set remote aircraft provider.
|
|
IRemoteAircraftProvider * | getRemoteAircraftProvider () const |
| Get the aircraft provider.
|
|
const CIdentifier & | identifier () const |
| Get identifier.
|
|
void | setIdentifier (const CIdentifier &identifier) |
| Set identifier, allows to set an external identifier.
|
|
bool | isMyIdentifier (const CIdentifier &otherIdentifier) const |
| My identifier?
|
|
|
void | simulatorStatusChanged (int status) |
| Simulator combined status. More...
|
|
void | simulatorPluginChanged (const swift::misc::simulation::CSimulatorPluginInfo &info) |
| Simulator plugin loaded / unloaded (default info)
|
|
void | simulatorChanged (const swift::misc::simulation::CSimulatorInfo &simulator) |
| Same as simulatorPluginChanged, only with simulator signature.
|
|
void | simulatorSettingsChanged () |
| Simulator settings have been changed.
|
|
void | vitalityLost () |
| A formerly vital driver is no longer vital/responding.
|
|
void | insufficientFrameRateDetected (bool fatal) |
| Frame rate has fallen too far below the threshold to maintain consistent sim rate.
|
|
void | renderRestrictionsChanged (bool restricted, bool enabled, int maxAircraft, const swift::misc::physical_quantities::CLength &maxRenderedDistance) |
| Render restrictions have been changed.
|
|
void | interpolationAndRenderingSetupChanged () |
| Setup changed.
|
|
void | matchingSetupChanged () |
| Matching setup changed.
|
|
void | modelSetChanged (const swift::misc::simulation::CSimulatorInfo &simulator) |
| Model set ready or changed.
|
|
void | modelMatchingCompleted (const swift::misc::simulation::CSimulatedAircraft &aircraft) |
| A single model has been matched for given aircraft.
|
|
void | addingRemoteModelFailed (const swift::misc::simulation::CSimulatedAircraft &aircraft, bool disabled, bool failover, const swift::misc::CStatusMessage &message) |
| Adding a remote aircraft failed.
|
|
void | aircraftRenderingChanged (const swift::misc::simulation::CSimulatedAircraft &aircraft) |
| Aircraft rendering changed.
|
|
void | ownAircraftModelChanged (const swift::misc::simulation::CAircraftModel &model) |
| Emitted when own aircraft model changes.
|
|
void | airspaceSnapshotHandled () |
| An airspace snapshot was handled.
|
|
void | driverMessages (const swift::misc::CStatusMessageList &messages) |
| Relevant simulator messages to be explicitly displayed.
|
|
void | validatedModelSet (const swift::misc::simulation::CSimulatorInfo &simulator, const swift::misc::simulation::CAircraftModelList &valid, const swift::misc::simulation::CAircraftModelList &invalid, bool stopped, const swift::misc::CStatusMessageList &msgs) |
| Validated model set.
|
|
void | autoPublishDataWritten (const swift::misc::simulation::CSimulatorInfo &simulator) |
| Auto publish data written for simulator.
|
|
void | changedLogOrDebugSettings () |
| Log or debug values changed.
|
|
static const misc::CStatusMessage & | statusMessageEmptyContext () |
| Standard message when status message is returned in empty context.
|
|