src/energy/model/energy-source.h
changeset 9703 681f35b212ff
parent 7385 10beb0e53130
child 10882 75e256e51d9d
equal deleted inserted replaced
9702:552d0701ee4e 9703:681f35b212ff
   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.