Uses of Class
com.efiAnalytics.plugin.ecu.ControllerException
Packages that use ControllerException
-
Uses of ControllerException in com.efiAnalytics.plugin.ecu
Methods in com.efiAnalytics.plugin.ecu that throw ControllerExceptionModifier and TypeMethodDescriptionControllerAccess.getUiComponentServer(String configurationName) voidControllerAccess.sendBurnCommand(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 ControllerExceptionModifier and TypeMethodDescriptionvoidvoidinitiates a burn command to the named configuration.ControllerParameterServer.getControllerParameter(String ecuConfigurationName, String controllerParameterName) retrieves aControllerParameterby name.OutputChannelServer.getOutputChannel(String ecuConfigurationName, String outputChannelName) returns theOutputChannelbelonging to the provided ecuConfiguration NameString[]OutputChannelServer.getOutputChannels(String ecuConfigurationName) returns a String[] of all OutputChannels available for the provided ecuNameUiSettingServerProvider.getUiComponentServer(String configurationName) voidControllerParameterServer.subscribe(String ecuConfigurationName, String parameterName, ControllerParameterChangeListener listener) subscribes the listener to be notified any time there is a change in value for the parameter referenced by name.voidOutputChannelServer.subscribe(String ecuConfigurationName, String outputChannelName, OutputChannelClient client) voidControllerParameterServer.updateParameter(String ecuConfigurationName, String controllerParameterName, double value) updates the value of a scalar parameter.voidControllerParameterServer.updateParameter(String ecuConfigurationName, String controllerParameterName, double[][] values) updates an Array.voidControllerParameterServer.updateParameter(String ecuConfigurationName, String controllerParameterName, String option) used to update the value of a bit selection