See: Description
Interface | Description |
---|---|
VehicleDataSink |
The interface for all vehicle data destination endpoints.
|
Class | Description |
---|---|
AbstractQueuedCallbackSink |
Functionality to notify multiple clients asynchronously of new measurements.
|
ContextualVehicleDataSink |
A parent class for data sinks that require access to an Android context.
|
DweetSink |
Sends bundles of all incoming vehicle data to Dweet.io.
|
FileRecorderSink |
Record raw vehicle messages to a file as JSON.
|
MessageListenerSink |
A data sink that sends new measurements of specific types to listeners.
|
RemoteCallbackSink |
A data sink that sends new messages through an AIDL interface.
|
TestSink | |
UploaderSink |
Upload a stream of all incoming vehicle data to a remote HTTP server.
|
UserSink |
Pass measurements from a user-level data sources back to the remote
VehicleService.
|
Exception | Description |
---|---|
DataSinkException |