| Package | Description |
|---|---|
| com.efiAnalytics.plugin.ecu | |
| com.efiAnalytics.plugin.ecu.servers |
| Modifier and Type | Method and Description |
|---|---|
UiSettingServer |
ControllerAccess.getUiComponentServer(java.lang.String configurationName) |
void |
ControllerAccess.goOffline()
if offline, will command the main controller to go online.
|
void |
ControllerAccess.goOnline()
if offline, will command the main controller to go online.
|
boolean |
ControllerAccess.isOnline()
determines if the main controller is online.
|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|