diff options
author | Arthur Guyader <arthur.guyader@iot.bzh> | 2019-12-16 16:54:07 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2020-01-09 16:25:36 +0100 |
commit | e28ae5f481c3a0d78bb7d6c21416dc38be541a4d (patch) | |
tree | 1ef30b4274ba82cdc585d7f81bbb0d1f8c258a8b /low-can-binding/utils/openxc-utils.hpp | |
parent | 8c1df02d734676f79807e3a4682fb96ea88c5cb5 (diff) |
openxc-utils : Add json value for DynamicField
Change-Id: I93d31768804d4e30994897487e9fd312a56c547b
Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/utils/openxc-utils.hpp')
-rw-r--r-- | low-can-binding/utils/openxc-utils.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/low-can-binding/utils/openxc-utils.hpp b/low-can-binding/utils/openxc-utils.hpp index 675dc2f1..cf04d220 100644 --- a/low-can-binding/utils/openxc-utils.hpp +++ b/low-can-binding/utils/openxc-utils.hpp @@ -39,6 +39,7 @@ const openxc_DynamicField build_DynamicField(const std::string& value); const openxc_DynamicField build_DynamicField(double value); const openxc_DynamicField build_DynamicField(bool value); const openxc_DynamicField build_DynamicField(std::vector<uint8_t> &array); +const openxc_DynamicField build_DynamicField_json(json_object *value); int get_bool_from_DynamicField(const openxc_VehicleMessage& v_msg, bool& ret); double get_numerical_from_DynamicField(const openxc_VehicleMessage& v_msg); |