Skip to content

Add optional frequency parameter to listener registration in VehicleService #17

@peplin

Description

@peplin

The service can optionally notify you at a frequency less than the maximum (the
maximum depends on the measurement and can vary from 1Hz to 100Hz).

// Update me at most once per second
vehicleService.addListener(VehicleSpeed.class, listener, 1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions