Skip to content

Add optional frequency parameter to listener registration in VehicleService #17

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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