diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-17 10:59:10 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-21 12:02:11 +0200 |
commit | e2af4a871c6a8bcab4733193948833aed9c5ceb8 (patch) | |
tree | 2589bafe5de543fbc0dbccc3e13db8daa4acfabf /low-can-binding/can | |
parent | 61adb20886a9cc611a8b48a86998cfeaad31d7b7 (diff) |
Format
Change-Id: I036befbfb38b01d046d35a1364c28e0835dcbd41
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/can')
-rw-r--r-- | low-can-binding/can/can-message-set.hpp | 2 | ||||
-rw-r--r-- | low-can-binding/can/can-signals.cpp | 2 | ||||
-rw-r--r-- | low-can-binding/can/can-signals.hpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/low-can-binding/can/can-message-set.hpp b/low-can-binding/can/can-message-set.hpp index 2a7cb53c..bf53c8c5 100644 --- a/low-can-binding/can/can-message-set.hpp +++ b/low-can-binding/can/can-message-set.hpp @@ -27,7 +27,7 @@ class can_signal_t; class can_message_definition_t; class diagnostic_message_t; -/// @brief A parent wrapper for a particular set of CAN messages and diagnostic messages +/// @brief A parent wrapper for a particular set of CAN messages and diagnostic messages /// (e.g. a vehicle or program). class can_message_set_t { diff --git a/low-can-binding/can/can-signals.cpp b/low-can-binding/can/can-signals.cpp index 45c54cb4..a9645567 100644 --- a/low-can-binding/can/can-signals.cpp +++ b/low-can-binding/can/can-signals.cpp @@ -107,7 +107,7 @@ float can_signal_t::get_offset() const float can_signal_t::get_min_value() const { return min_value_; -} +} float can_signal_t::get_max_value() const { diff --git a/low-can-binding/can/can-signals.hpp b/low-can-binding/can/can-signals.hpp index 1b27622e..ea8c077b 100644 --- a/low-can-binding/can/can-signals.hpp +++ b/low-can-binding/can/can-signals.hpp @@ -56,7 +56,7 @@ typedef openxc_DynamicField (*signal_decoder)(can_signal_t& signal, float value, /// A signal_encoder transforms a number, string or boolean into a raw floating /// point value that fits in the CAN signal. /// -/// @param[in] signal - The CAN signal to encode. +/// @param[in] signal - The CAN signal to encode. /// @param[in] value - The dynamic field to encode. /// @param[out] send - An output parameter. If the encoding failed or the CAN signal should /// not be encoded for some other reason, this will be flipped to false. |