Variable szCosimulationHeaderTemplate#
Defined in File fmu_fmi_templates.h
Variable Documentation#
- const char szCosimulationHeaderTemplate [] = R"code(#pragma once#include "model.h"#define EPSILON (FIXED_SOLVER_STEP * 1e-6)void doFixedStep(ModelInstance *comp, bool* stateEvent, bool* timeEvent);)code"
CoSimulation header template. File ‘cosimulation.h’. Code chunks are inserted at the keywords surrounded by %%.