![]()  | 
  
    Avionics
    
   Dropship Simulator 
   | 
 
#include <Dependency.h>
Public Attributes | |
| std::vector< GUID > | loops | 
| std::vector< Connector * > | connectors | 
| System | system | 
| int | defaultLoop | 
| int | currentLoop | 
| bool | autoFailover | 
Definition at line 8 of file Dependency.h.
| bool Systems::Dependency::autoFailover | 
Definition at line 17 of file Dependency.h.
| std::vector<Connector*> Systems::Dependency::connectors | 
Definition at line 12 of file Dependency.h.
| int Systems::Dependency::currentLoop | 
Definition at line 16 of file Dependency.h.
| int Systems::Dependency::defaultLoop | 
Definition at line 15 of file Dependency.h.
| std::vector<GUID> Systems::Dependency::loops | 
Definition at line 11 of file Dependency.h.
| System Systems::Dependency::system | 
Definition at line 14 of file Dependency.h.