diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-09 16:01:08 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:40 +0100 |
commit | 78daa605c5abd64054dad9f5fcfee638f8c515e0 (patch) | |
tree | 8b2eb222995f7197066b1a25a6038885d525198a /src/can/can-message.hpp | |
parent | bd50c86cce2db519c6d981bc0acffc79828a3bcf (diff) |
Change FrequencyClock struct to class and rename it.
Change-Id: I1076ad90e14815f3d0ab71ca9fa359d1d3c1748d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can/can-message.hpp')
-rw-r--r-- | src/can/can-message.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can/can-message.hpp b/src/can/can-message.hpp index 19744d91..629fb93c 100644 --- a/src/can/can-message.hpp +++ b/src/can/can-message.hpp @@ -86,7 +86,7 @@ class can_message_definition_t can_bus_dev_t& bus_; /*!< bus_ - A pointer to the bus this message is on. */ uint32_t id_; /*!< id_ - The ID of the message.*/ can_message_format_t format_; /*!< format_ - the format of the message's ID.*/ - FrequencyClock clock_; /*!< clock_ - an optional frequency clock to control the output of this + frequency_clock_t clock_; /*!< clock_ - an optional frequency clock to control the output of this * message, if sent raw, or simply to mark the max frequency for custom * handlers to retrieve.*/ bool force_send_changed_; /*!< force_send_changed_ - If true, regardless of the frequency, it will send CAN |