swift
Public Member Functions | List of all members
swift::misc::simulation::IModelsUpdatable Class Referenceabstract

Interface to "something" backing models, which can be modified (updated) More...

Inheritance diagram for swift::misc::simulation::IModelsUpdatable:
[legend]

Public Member Functions

virtual int updateModels (const CAircraftModelList &models)=0
 Update models.
 
 IModelsUpdatable ()
 Ctor, dtor, copy operators (CLANG warnings)
 
virtual ~IModelsUpdatable ()
 Ctor, dtor, copy operators (CLANG warnings)
 
 IModelsUpdatable (const IModelsUpdatable &)=default
 Ctor, dtor, copy operators (CLANG warnings)
 
IModelsUpdatableoperator= (const IModelsUpdatable &)=default
 Ctor, dtor, copy operators (CLANG warnings)
 

Detailed Description

Interface to "something" backing models, which can be modified (updated)

Definition at line 31 of file aircraftmodelinterfaces.h.


The documentation for this class was generated from the following file: