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:
c01da10
)
Add movable constructor to the class
author
Romain Forlot
<romain.forlot@iot.bzh>
Wed, 8 Mar 2017 21:21:15 +0000
(22:21 +0100)
committer
Romain Forlot
<romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:10:39 +0000
(17:10 +0100)
Change-Id: I4d050fda9b189e4d88393013c2b6c893063f24db
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/can/can-bus.hpp
patch
|
blob
|
history
diff --git
a/src/can/can-bus.hpp
b/src/can/can-bus.hpp
index
4443bf2
..
0c3709f
100644
(file)
--- a/
src/can/can-bus.hpp
+++ b/
src/can/can-bus.hpp
@@
-72,6
+72,7
@@
private:
public:
can_bus_t(int conf_file);
+ can_bus_t(can_bus_t&&);
int init_can_dev();
std::vector<std::string> read_conf();