| Package | Description |
|---|---|
| com.digi.wva.device |
| Modifier and Type | Method and Description |
|---|---|
static WVA |
WVA.getDevice(String hostname,
HttpClient client,
VehicleData vehicleData,
Ecus ecus,
Hardware hw,
FaultCodes fc)
WVA Object Factory.
|
| Constructor and Description |
|---|
EventDispatcher(EventChannel channel,
VehicleData vehicleData,
FaultCodes faultCodes)
The EventDispatcher takes
JSONObjects from the EventChannel queue,
parses them into events, and then hands them off to the VehicleData or
FaultCodes objects. |