Non-Confidential | ![]() | 101092_0100_03_en | ||
| ||||
Home > LISA+ Components > Component resources section > Plain C/C++ variable declarations |
Declare plain C/C++ variables in the resources section in the same way as member variables of a C++ class. They usually contain the hidden state of the component. The state is hidden because this state is not visible in a debugger connected to this component.
To see certain state variables in the debugger, annotate these state variables with
REGISTER
or MEMORY
keywords.