API Reference
The Real-Sim repositories primarily expose executable interfaces (TrafficLayer, MATLAB/Simulink helpers, simulator plugins). A formal API reference is forthcoming; for now, use the pointers below:
Python helpers – explore the modules under
CommonLib/andscripts/for utilities such asRealSimCarMakerSetup.py.MATLAB helpers – see
CarMaker/src_cm4slfor templates likeRealSimGeneric.mdland helper scripts (RealSimInitSimulink.m).C/C++ interfaces – review the headers in
VirtualEnvironment/and the snippets embedded indoc/CarMakerDoc.mdshowing how to integrateVirEnv_Wrapper.
When the APIs stabilize, this section will include autodoc-generated references for the Python modules plus call signatures for the MATLAB/C++ helpers.