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