auto-sync
This commit is contained in:
parent
b944bbfcc6
commit
299274c9ba
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
InjectionEvent::InjectionEvent() {
|
InjectionEvent::InjectionEvent() {
|
||||||
isSimultanious = false;
|
isSimultanious = false;
|
||||||
|
isOverlapping = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
event_trigger_position_s::event_trigger_position_s() {
|
event_trigger_position_s::event_trigger_position_s() {
|
||||||
|
|
|
@ -39,6 +39,7 @@ public:
|
||||||
bool isSimultanious;
|
bool isSimultanious;
|
||||||
NamedOutputPin *output;
|
NamedOutputPin *output;
|
||||||
int injectorIndex;
|
int injectorIndex;
|
||||||
|
bool isOverlapping;
|
||||||
|
|
||||||
event_trigger_position_s injectionStart;
|
event_trigger_position_s injectionStart;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue