Skip to content

Commit

Permalink
upgrade Fluxtion to 9.347
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-higgins committed Nov 16, 2024
1 parent db35370 commit b893caf
Show file tree
Hide file tree
Showing 15 changed files with 521 additions and 422 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
*
* <pre>
* generation time : Not available
* eventProcessorGenerator version : 9.3.46
* api version : 9.3.46
* eventProcessorGenerator version : 9.3.47
* api version : 9.3.47
* </pre>
*
* Event classes supported:
Expand Down Expand Up @@ -489,6 +489,7 @@ public void registerService(com.fluxtion.runtime.service.Service<?> arg0) {
}
// EXPORTED SERVICE FUNCTIONS - END

// EVENT BUFFERING - START
public void bufferEvent(Object event) {
buffering = true;
if (event instanceof com.fluxtion.runtime.time.ClockStrategy.ClockStrategyEvent) {
Expand Down Expand Up @@ -580,6 +581,7 @@ public void triggerCalculation() {
}
afterEvent();
}
// EVENT BUFFERING - END

private void auditEvent(Object typedEvent) {
clock.eventReceived(typedEvent);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
*
* <pre>
* generation time : Not available
* eventProcessorGenerator version : 9.3.46
* api version : 9.3.46
* eventProcessorGenerator version : 9.3.47
* api version : 9.3.47
* </pre>
*
* Event classes supported:
Expand Down Expand Up @@ -483,6 +483,7 @@ public void setProfitTrigger(double arg0) {
}
// EXPORTED SERVICE FUNCTIONS - END

// EVENT BUFFERING - START
public void bufferEvent(Object event) {
buffering = true;
if (event instanceof com.fluxtion.example.cookbook.ml.linearregression.api.HouseSaleDetails) {
Expand Down Expand Up @@ -543,6 +544,7 @@ public void triggerCalculation() {
}
afterEvent();
}
// EVENT BUFFERING - END

private void auditEvent(Object typedEvent) {
clock.eventReceived(typedEvent);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import com.fluxtion.example.cookbook.pnl.calculator.TradeLegToPositionAggregate;
import com.fluxtion.example.cookbook.pnl.events.*;

import com.fluxtion.example.cookbook.pnl.flatmapexample.generated.PnlFromFlatMapCalculator;
import com.fluxtion.runtime.EventProcessor;

import static com.fluxtion.example.cookbook.pnl.refdata.RefData.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
*
* <pre>
* generation time : Not available
* eventProcessorGenerator version : 9.3.46
* api version : 9.3.46
* eventProcessorGenerator version : 9.3.47
* api version : 9.3.47
* </pre>
*
* Event classes supported:
Expand Down Expand Up @@ -402,25 +402,7 @@ public void handleEvent(Signal typedEvent) {
switch (typedEvent.filterString()) {
// Event Class:[com.fluxtion.runtime.event.Signal] filterString:[eob]
case ("eob"):
isDirty_pnlSummaryCalc_3 = pnlSummaryCalc_3.eobTrigger(typedEvent);
if (isDirty_pnlSummaryCalc_3) {
mapRef2RefFlowFunction_2.publishTriggerOverrideNodeUpdated(pnlSummaryCalc_3);
}
if (guardCheck_mapRef2RefFlowFunction_2()) {
isDirty_mapRef2RefFlowFunction_2 = mapRef2RefFlowFunction_2.map();
if (isDirty_mapRef2RefFlowFunction_2) {
mapRef2RefFlowFunction_4.inputUpdated(mapRef2RefFlowFunction_2);
}
}
if (guardCheck_mapRef2RefFlowFunction_4()) {
isDirty_mapRef2RefFlowFunction_4 = mapRef2RefFlowFunction_4.map();
if (isDirty_mapRef2RefFlowFunction_4) {
peekFlowFunction_6.inputUpdated(mapRef2RefFlowFunction_4);
}
}
if (guardCheck_peekFlowFunction_6()) {
peekFlowFunction_6.peek();
}
handle_Signal_eob(typedEvent);
afterEvent();
return;
}
Expand All @@ -436,6 +418,30 @@ public void handleEvent(ClockStrategyEvent typedEvent) {
}
// EVENT DISPATCH - END

// FILTERED DISPATCH - START
private void handle_Signal_eob(Signal typedEvent) {
isDirty_pnlSummaryCalc_3 = pnlSummaryCalc_3.eobTrigger(typedEvent);
if (isDirty_pnlSummaryCalc_3) {
mapRef2RefFlowFunction_2.publishTriggerOverrideNodeUpdated(pnlSummaryCalc_3);
}
if (guardCheck_mapRef2RefFlowFunction_2()) {
isDirty_mapRef2RefFlowFunction_2 = mapRef2RefFlowFunction_2.map();
if (isDirty_mapRef2RefFlowFunction_2) {
mapRef2RefFlowFunction_4.inputUpdated(mapRef2RefFlowFunction_2);
}
}
if (guardCheck_mapRef2RefFlowFunction_4()) {
isDirty_mapRef2RefFlowFunction_4 = mapRef2RefFlowFunction_4.map();
if (isDirty_mapRef2RefFlowFunction_4) {
peekFlowFunction_6.inputUpdated(mapRef2RefFlowFunction_4);
}
}
if (guardCheck_peekFlowFunction_6()) {
peekFlowFunction_6.peek();
}
}
// FILTERED DISPATCH - END

// EXPORTED SERVICE FUNCTIONS - START
@Override
public void deRegisterService(com.fluxtion.runtime.service.Service<?> arg0) {
Expand All @@ -456,6 +462,7 @@ public void registerService(com.fluxtion.runtime.service.Service<?> arg0) {
}
// EXPORTED SERVICE FUNCTIONS - END

// EVENT BUFFERING - START
public void bufferEvent(Object event) {
throw new UnsupportedOperationException("bufferEvent not supported");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
*
* <pre>
* generation time : Not available
* eventProcessorGenerator version : 9.3.46
* api version : 9.3.46
* eventProcessorGenerator version : 9.3.47
* api version : 9.3.47
* </pre>
*
* Event classes supported:
Expand Down Expand Up @@ -443,16 +443,7 @@ public void handleEvent(Signal typedEvent) {
switch (typedEvent.filterString()) {
// Event Class:[com.fluxtion.runtime.event.Signal] filterString:[eob]
case ("eob"):
isDirty_pnlSummaryCalc_10 = pnlSummaryCalc_10.eobTrigger(typedEvent);
if (guardCheck_mapRef2RefFlowFunction_11()) {
isDirty_mapRef2RefFlowFunction_11 = mapRef2RefFlowFunction_11.map();
if (isDirty_mapRef2RefFlowFunction_11) {
peekFlowFunction_13.inputUpdated(mapRef2RefFlowFunction_11);
}
}
if (guardCheck_peekFlowFunction_13()) {
peekFlowFunction_13.peek();
}
handle_Signal_eob(typedEvent);
afterEvent();
return;
}
Expand All @@ -468,6 +459,21 @@ public void handleEvent(ClockStrategyEvent typedEvent) {
}
// EVENT DISPATCH - END

// FILTERED DISPATCH - START
private void handle_Signal_eob(Signal typedEvent) {
isDirty_pnlSummaryCalc_10 = pnlSummaryCalc_10.eobTrigger(typedEvent);
if (guardCheck_mapRef2RefFlowFunction_11()) {
isDirty_mapRef2RefFlowFunction_11 = mapRef2RefFlowFunction_11.map();
if (isDirty_mapRef2RefFlowFunction_11) {
peekFlowFunction_13.inputUpdated(mapRef2RefFlowFunction_11);
}
}
if (guardCheck_peekFlowFunction_13()) {
peekFlowFunction_13.peek();
}
}
// FILTERED DISPATCH - END

// EXPORTED SERVICE FUNCTIONS - START
@Override
public void deRegisterService(com.fluxtion.runtime.service.Service<?> arg0) {
Expand All @@ -488,6 +494,7 @@ public void registerService(com.fluxtion.runtime.service.Service<?> arg0) {
}
// EXPORTED SERVICE FUNCTIONS - END

// EVENT BUFFERING - START
public void bufferEvent(Object event) {
throw new UnsupportedOperationException("bufferEvent not supported");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
*
* <pre>
* generation time : Not available
* eventProcessorGenerator version : 9.3.46
* api version : 9.3.46
* eventProcessorGenerator version : 9.3.47
* api version : 9.3.47
* </pre>
*
* Event classes supported:
Expand Down Expand Up @@ -284,6 +284,7 @@ public void registerService(com.fluxtion.runtime.service.Service<?> arg0) {
}
//EXPORTED SERVICE FUNCTIONS - END

//EVENT BUFFERING - START
public void bufferEvent(Object event) {
buffering = true;
if (event instanceof com.fluxtion.example.devworkflow.integrating.AdminCommand) {
Expand All @@ -303,6 +304,7 @@ public void triggerCalculation() {
String typedEvent = "No event information - buffered dispatch";
afterEvent();
}
//EVENT BUFFERING - END

private void auditEvent(Object typedEvent) {
clock.eventReceived(typedEvent);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
*
* <pre>
* generation time : Not available
* eventProcessorGenerator version : 9.3.46
* api version : 9.3.46
* eventProcessorGenerator version : 9.3.47
* api version : 9.3.47
* </pre>
*
* Event classes supported:
Expand Down Expand Up @@ -295,6 +295,7 @@ public void registerService(com.fluxtion.runtime.service.Service<?> arg0) {
}
//EXPORTED SERVICE FUNCTIONS - END

//EVENT BUFFERING - START
public void bufferEvent(Object event) {
buffering = true;
if (event instanceof com.fluxtion.example.imperative.helloworld.Event_A) {
Expand Down Expand Up @@ -324,6 +325,7 @@ public void triggerCalculation() {
}
afterEvent();
}
//EVENT BUFFERING - END

private void auditEvent(Object typedEvent) {
clock.eventReceived(typedEvent);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
*
* <pre>
* generation time : Not available
* eventProcessorGenerator version : 9.3.46
* api version : 9.3.46
* eventProcessorGenerator version : 9.3.47
* api version : 9.3.47
* </pre>
*
* Event classes supported:
Expand Down Expand Up @@ -321,6 +321,7 @@ public void setSkew(int arg0) {
}
//EXPORTED SERVICE FUNCTIONS - END

//EVENT BUFFERING - START
public void bufferEvent(Object event) {
buffering = true;
if (event instanceof com.fluxtion.runtime.time.ClockStrategy.ClockStrategyEvent) {
Expand All @@ -347,6 +348,7 @@ public void triggerCalculation() {
}
afterEvent();
}
//EVENT BUFFERING - END

private void auditEvent(Object typedEvent) {
clock.eventReceived(typedEvent);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
*
* <pre>
* generation time : Not available
* eventProcessorGenerator version : 9.3.46
* api version : 9.3.46
* eventProcessorGenerator version : 9.3.47
* api version : 9.3.47
* </pre>
*
* Event classes supported:
Expand Down Expand Up @@ -303,6 +303,7 @@ public void setSkew(int arg0) {
}
//EXPORTED SERVICE FUNCTIONS - END

//EVENT BUFFERING - START
public void bufferEvent(Object event) {
buffering = true;
if (event instanceof com.fluxtion.runtime.time.ClockStrategy.ClockStrategyEvent) {
Expand All @@ -320,6 +321,7 @@ public void triggerCalculation() {
priceLadderPublisher_0.publishPriceLadder();
afterEvent();
}
//EVENT BUFFERING - END

private void auditEvent(Object typedEvent) {
clock.eventReceived(typedEvent);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ along with this program. If not, see

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<fluxtion.version>9.3.46</fluxtion.version>
<fluxtion.version>9.3.47</fluxtion.version>
<fluxtion.mavenplugin.version>3.0.14</fluxtion.mavenplugin.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
Expand Down
Loading

0 comments on commit b893caf

Please sign in to comment.