-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement SDL 0075 OEM Specific Human Interface Device #683
Merged
joeljfischer
merged 17 commits into
develop
from
feature/SDL_0075_OEM_specific_HID_support
Aug 23, 2017
Merged
Implement SDL 0075 OEM Specific Human Interface Device #683
joeljfischer
merged 17 commits into
develop
from
feature/SDL_0075_OEM_specific_HID_support
Aug 23, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
- test cases for SDLSpatialStruct - test cases for SDLSendHapticData Signed-off-by: NicoleYarroch <[email protected]>
Signed-off-by: NicoleYarroch <[email protected]>
- added send haptic data to function id class and function id spec Signed-off-by: NicoleYarroch <[email protected]>
NicoleYarroch
changed the title
WIP: Implement SDL 0075 OEM Specific Human Interface Device
Implement SDL 0075 OEM Specific Human Interface Device
Aug 3, 2017
@NicoleYarroch Note the conflicts |
This will need to be tested against SDL Core contribution after submission before this can be merged. Projected date for the contribution is 8/15. |
Signed-off-by: NicoleYarroch <[email protected]> # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
NicoleYarroch
changed the title
Implement SDL 0075 OEM Specific Human Interface Device
WIP: Implement SDL 0075 OEM Specific Human Interface Device
Aug 4, 2017
Update with smartdevicelink/sdl_evolution#234 |
joeljfischer
changed the title
WIP: Implement SDL 0075 OEM Specific Human Interface Device
Implement SDL 0075 OEM Specific Human Interface Device
Aug 23, 2017
joeljfischer
approved these changes
Aug 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #664, #704, #705
This PR is ready for review.
Risk
This PR makes minor API changes.
Testing Plan
Summary
Implements SDL 0075
This proposal added the RPCs and related tests fro the Send Haptic Data API.
Changelog
Enhancements
SDLSendHapticData
RPC request class and related struct and response.Tasks Remaining:
CLA