Skip to content

Commit

Permalink
testing basic flow
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Oct 31, 2024
1 parent 46b80dc commit 5d3bbb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rabbitmq-fmu/test/fmu_test_it.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ namespace {
c, toleranceDefined, tolerance,
startTime, stopTimeDefined, stopTime));

fmi2Boolean boolVals[] = {true};
fmi2ValueReference vrefsBoolean[] = {RABBITMQ_FMU_HOW_TO_SEND};
fmi2SetBoolean(c, vrefsBoolean, 1, boolVals);

showStatus("fmi2EnterInitializationMode", fmi2EnterInitializationMode(c));
showStatus("fmi2ExitInitializationMode", fmi2ExitInitializationMode(c));

Expand Down

0 comments on commit 5d3bbb3

Please sign in to comment.