Uses of Class
com.efiAnalytics.plugin.ecu.ControllerException

Packages that use ControllerException
com.efiAnalytics.plugin.ecu   
com.efiAnalytics.plugin.ecu.servers   
 

Uses of ControllerException in com.efiAnalytics.plugin.ecu
 

Methods in com.efiAnalytics.plugin.ecu that throw ControllerException
 UiSettingServer ControllerAccess.getUiComponentServer(java.lang.String configurationName)
           
 void ControllerAccess.sendBurnCommand(java.lang.String configurationName)
          sends a Burn Command to the named ECU Configuration instructing it to persist setting data from RAM to FLASH
 

Uses of ControllerException in com.efiAnalytics.plugin.ecu.servers
 

Methods in com.efiAnalytics.plugin.ecu.servers that throw ControllerException
 void BurnExecutor.burnData(java.lang.String configurationName)
           
 void ControllerParameterServer.burnData(java.lang.String configurationName)
          initiates a burn command to the named configuration.
 ControllerParameter ControllerParameterServer.getControllerParameter(java.lang.String ecuConfigurationName, java.lang.String controllerParameterName)
          retrieves a ControllerParameter by name.
 OutputChannel OutputChannelServer.getOutputChannel(java.lang.String ecuConfigurationName, java.lang.String outputChannelName)
          returns the OutputChannel belonging to the provided ecuConfiguration Name
 java.lang.String[] OutputChannelServer.getOutputChannels(java.lang.String ecuConfigurationName)
          returns a String[] of all OutputChannels available for the provided ecuName
 UiSettingServer UiSettingServerProvider.getUiComponentServer(java.lang.String configurationName)
           
 void ControllerParameterServer.subscribe(java.lang.String ecuConfigurationName, java.lang.String parameterName, ControllerParameterChangeListener listener)
          subscribes the listener to be notified any time there is a change in value for the parameter referenced by name.
 void OutputChannelServer.subscribe(java.lang.String ecuConfigurationName, java.lang.String outputChannelName, OutputChannelClient client)
           
 void ControllerParameterServer.updateParameter(java.lang.String ecuConfigurationName, java.lang.String controllerParameterName, double value)
          updates the value of a scalar parameter.
 void ControllerParameterServer.updateParameter(java.lang.String ecuConfigurationName, java.lang.String controllerParameterName, double[][] values)
          updates an Array.
 void ControllerParameterServer.updateParameter(java.lang.String ecuConfigurationName, java.lang.String controllerParameterName, java.lang.String option)
          used to update the value of a bit selection