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:
8973386
)
Fix missing constructor declaration
author
Romain Forlot
<romain.forlot@iot.bzh>
Wed, 8 Mar 2017 12:21:54 +0000
(13:21 +0100)
committer
Romain Forlot
<romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:10:39 +0000
(17:10 +0100)
Change-Id: I22dcc2a52fcbe6e37c820fe378bfb7dbbea8c25b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/configuration.hpp
patch
|
blob
|
history
diff --git
a/src/configuration.hpp
b/src/configuration.hpp
index
83b20e6
..
5a76944
100644
(file)
--- a/
src/configuration.hpp
+++ b/
src/configuration.hpp
@@
-46,6
+46,8
@@
class configuration_t
uint8_t active_message_set_ = 0;
public:
+ configuration_t();
+
const std::vector<obd2_signal_t> obd2_signals_;
const std::vector<can_message_set_t> can_message_set_;
const std::vector<std::vector<can_signal_t>> can_signals_;