![]() |
Avionics
Dropship Simulator
|
#include <Component.h>
Public Member Functions | |
| void | Render () |
Public Attributes | |
| std::string | guid |
| std::string | busval |
| Bus * | ptrBus = nullptr |
| float * | ptrValue = nullptr |
| Systems::Fault * | ptrFault = nullptr |
| float | modulate = 1.0f |
| std::vector< Condition > | conditions |
Definition at line 3 of file Component.h.
|
inline |
Definition at line 14 of file Component.h.
| std::string Component::busval |
Definition at line 7 of file Component.h.
| std::vector<Condition> Component::conditions |
Definition at line 12 of file Component.h.
| std::string Component::guid |
Definition at line 6 of file Component.h.
| float Component::modulate = 1.0f |
Definition at line 11 of file Component.h.
| Bus* Component::ptrBus = nullptr |
Definition at line 8 of file Component.h.
| Systems::Fault* Component::ptrFault = nullptr |
Definition at line 10 of file Component.h.
| float* Component::ptrValue = nullptr |
Definition at line 9 of file Component.h.