commit | 7037fdbf9487bfe5b3f3b61a003503d4cbc92d9b | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Dec 05 17:16:09 2016 -0800 |
committer | Hridya Valsaraju <hridya@google.com> | Wed Jan 11 08:52:00 2017 -0800 |
tree | 768a1add697a81e877b370da1d13e495a3d0370d | |
parent | 5ec14ad8dd4b721ec9e01ce3626ca9aad00555bc [diff] [blame] |
Use bitfield type in GNSS HAL. Test: mma Change-Id: I92acf537a489fb06d942d3aa19ec9f40ffe26c23
diff --git a/gnss/1.0/IGnssNavigationMessageCallback.hal b/gnss/1.0/IGnssNavigationMessageCallback.hal index 6988c9a..0cffa67 100644 --- a/gnss/1.0/IGnssNavigationMessageCallback.hal +++ b/gnss/1.0/IGnssNavigationMessageCallback.hal
@@ -80,7 +80,7 @@ * No need to send any navigation message that contains words with parity * error and cannot be corrected. */ - NavigationMessageStatus status; + bitfield<NavigationMessageStatus> status; /* * Message identifier. It provides an index so the complete Navigation