diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-21 17:16:59 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-22 12:15:12 +0100 |
commit | cddc9c28e3e1a242e55f68c9971d0710ada30e9f (patch) | |
tree | 007eff68d56578400ed2ce39b9eec7cbfe7d6850 /src/can-signals.hpp | |
parent | c535c3bb2d73327772c1bb72c9fcca3f8a7f8204 (diff) |
Fix: decoder_t class decodeSignal method signature
Change-Id: Id7ef4fe3b8d3f5b14fd447cf05865ba494862792
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can-signals.hpp')
-rw-r--r-- | src/can-signals.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can-signals.hpp b/src/can-signals.hpp index 6d15d8b2..d6ec171a 100644 --- a/src/can-signals.hpp +++ b/src/can-signals.hpp @@ -64,7 +64,7 @@ CanMessageDefinition* getMessages(); /* Public: Return signals from an signals array filtered on name. */ -CanSignal* getSignals(std::string name); +const std::vector<CanSignal> getSignals(); /* Public: Return an array of all OpenXC CAN commands enabled in the active * configuration that can write back to CAN with a custom handler. |