Avionics
Dropship Simulator
Dependency.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Connector.h
"
4
#include <vector>
5
6
namespace
Systems
7
{
8
class
Dependency
9
{
10
public
:
11
std::vector<GUID>
loops
;
// always connectors, only used to populate the connector vector below, retain integrity of file
12
std::vector<Connector*>
connectors
;
13
14
System
system
;
// derived from connectors
15
int
defaultLoop
;
16
int
currentLoop
;
17
bool
autoFailover
;
18
};
19
}
Systems::Dependency::connectors
std::vector< Connector * > connectors
Definition:
Dependency.h:12
Systems
These have to be in this order.
Definition:
BaseComponent.h:12
Systems::Dependency::currentLoop
int currentLoop
Definition:
Dependency.h:16
Systems::Dependency
Definition:
Dependency.h:8
Systems::Dependency::defaultLoop
int defaultLoop
Definition:
Dependency.h:15
Connector.h
Systems::Dependency::system
System system
Definition:
Dependency.h:14
Systems::System
System
Definition:
Enumerations.h:5
Systems::Dependency::autoFailover
bool autoFailover
Definition:
Dependency.h:17
Systems::Dependency::loops
std::vector< GUID > loops
Definition:
Dependency.h:11
Dependency.h
Generated on Sat Feb 13 2021 09:30:41 for Avionics by
1.8.14