The magic of BaseNumberOfInstances
2058 Betrachtungen
Seite:
1
The magic of BaseNumberOfInstances
14.07.2008 14:38
One property in Rhapsody in C led to some confusion in the past. I'm talking about BaseNumberOfInstances, which can be found under CG::Event. First, let's have a look at Telelogic's description of that property:
The BaseNumberOfInstances property is a string that specifies the size of the local heap memory pool allocated for either:
* Instances of the class (CPP_CG::Class)
* Instances of the event (CPP_CG::Event)
This property provides support for static architectures found in hard real-time and safety-critical systems without memory management capabilities during run time. All instances of events are dynamically allocated during initialization.
Once allocated, a thread
