-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature/RC SEAT #2208
Feature/RC SEAT #2208
Conversation
4a97805
to
4ce2e58
Compare
4ce2e58
to
379e61b
Compare
d2a9677
to
baddd19
Compare
for (const auto& param : params) { | ||
if (param.first == module_type) { | ||
if (rc_capabilities.keyExists(param.second)) { | ||
is_module_type_valid = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a break;
after set is_module_type_valid = true?
bool module_type_and_data_match = false; | ||
for (const auto& data : data_mapping) { | ||
if (data.first == module_type) { | ||
module_type_and_data_match = module_data.keyExists(data.second); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
break after it is found
@@ -1224,6 +1224,9 @@ | |||
</element> | |||
<element name="MOBILE_APP"> | |||
</element> | |||
<element name="RADIO_TUNER"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this does not relate to SEAT, please remove from this PR
@@ -469,6 +469,25 @@ | |||
"signalStrengthAvailable": true, | |||
"stateAvailable": true | |||
} | |||
], | |||
"seatControlCapabilities": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing moduleName
"moduleName" : "driver seat"
or "moduleName" : "DRIVER"
baddd19
to
dbf88ad
Compare
72cc17e
to
6f85170
Compare
dbf88ad
to
c92e0f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
@theresalech Ford has reviewed, tested and approved this PR, It is ready for Livio to review. |
6f85170
to
56c61b1
Compare
56c61b1
to
ba8f7c0
Compare
c92e0f6
to
32bf158
Compare
ba8f7c0
to
1faf0e3
Compare
32bf158
to
19eadf4
Compare
@theresalech @LuxoftAKutsan |
b558a9f
to
22d3d2e
Compare
19eadf4
to
0283a85
Compare
This implementation is based on RPC design refactoring, so this PR should be merged after #2250
Technical task : #1860
This PR is ready for review.
This pull request contains the implementation of new remote control module - SEAT
(proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0105-remote-control-seat.md)
For testing use the following test set:
https://github.com/smartdevicelink/sdl_atf_test_scripts/blob/feature/rc_seat/test_sets/rc_SEAT.txt
Pull request with ATF scripts: smartdevicelink/sdl_atf_test_scripts#1910
For manual testing use:
HMI from : smartdevicelink/sdl_hmi#52
mobile application SPT from HockeyApp 20180213-Nightly-Android
Risk
This PR makes [major] API changes.
CLA