| |||
| Home > Communication with C++ Code | |||
This chapter describes how to call custom C++ code from LISA+ behavior code and how to call LISA+ behavior code from C++ code.
There are situations that might require calling custom C++ code from LISA+ behavior code, such as, for example to integrate your own existing C++ components into Fast Models systems. Similarly you might require access to LISA+ components from your C++ object. You can also incorporate third party C++ models into your system, even if you do not have access to the source code.
This chapter contains the following sections: