1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/plugins/models/CBuilder_simple_circuit.h

24 lines
297 B
C

MODEL_TYPE: CTL
#define SECTION CONSTANTS
#include "model.c"
#undef SECTION
INPUTS:
#define SECTION INPUTS
#include "model.c"
#undef SECTION
OUTPUTS:
#define SECTION OUTPUTS
#include "model.c"
#undef SECTION
PARAMETERS:
#define SECTION PARAMETERS
#include "model.c"
#undef SECTION