equal
deleted
inserted
replaced
148 /** |
148 /** |
149 * Calls Start () method of the device energy models. Device energy models are |
149 * Calls Start () method of the device energy models. Device energy models are |
150 * not aggregated to the node, therefore we need to manually start them here. |
150 * not aggregated to the node, therefore we need to manually start them here. |
151 * Called by EnergySourceContainer, which is aggregated to the node. |
151 * Called by EnergySourceContainer, which is aggregated to the node. |
152 */ |
152 */ |
153 void StartDeviceModels (void); |
153 void InitializeDeviceModels (void); |
154 |
154 |
155 /** |
155 /** |
156 * Calls Dispose () method of the device energy models. Device energy models |
156 * Calls Dispose () method of the device energy models. Device energy models |
157 * are not aggregated to the node, therefore we need to manually start them |
157 * are not aggregated to the node, therefore we need to manually start them |
158 * here. Called by EnergySourceContainer, which is aggregated to the node. |
158 * here. Called by EnergySourceContainer, which is aggregated to the node. |