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/doc/nodes/CBuilder.md

594 B

RTDS CBuilder models for VILLASnode

RTDS's Component Builder creates user-defined components including graphical representation, data menus and real-time code.

Simple CBuilder control blocks can be executed in VILLASnode. Every CBuilder component is represented as a node in the VILLAS concept.

The aforementioned real-time code is written in a dialect of the C programming language. This enables easy cross-compilation of CBuilder code for VILLASnode. The user only has to obey to the specifc structure of CBuilder code. The file models/simple_circuit.c is an example for this structure.