Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
409f22b
)
Fix: missing method declaration
author
Romain Forlot
<romain.forlot@iot.bzh>
Wed, 8 Mar 2017 12:15:47 +0000
(13:15 +0100)
committer
Romain Forlot
<romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:10:39 +0000
(17:10 +0100)
Change-Id: Iac5872ffe9f4b26e7c966e5ea29516f193ba547d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/can/can-message.hpp
patch
|
blob
|
history
diff --git
a/src/can/can-message.hpp
b/src/can/can-message.hpp
index
090a7d3
..
af1f050
100644
(file)
--- a/
src/can/can-message.hpp
+++ b/
src/can/can-message.hpp
@@
-129,6
+129,7
@@
class can_message_definition_t
* needs to compare an incoming CAN message with the previous frame.*/
public:
+ uint32_t get_id();
};
/**