diff options
Diffstat (limited to 'src/utils/openxc-utils.hpp')
-rw-r--r-- | src/utils/openxc-utils.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/openxc-utils.hpp b/src/utils/openxc-utils.hpp index c51fd3ad..f9ccf793 100644 --- a/src/utils/openxc-utils.hpp +++ b/src/utils/openxc-utils.hpp @@ -27,6 +27,8 @@ openxc_VehicleMessage build_VehicleMessage(active_diagnostic_request_t* request, const DiagnosticResponse& response, float parsed_value); openxc_VehicleMessage build_VehicleMessage(const openxc_SimpleMessage& message); +openxc_VehicleMessage build_VehicleMessage(); +bool is_valid(const openxc_VehicleMessage& v); openxc_SimpleMessage build_SimpleMessage(const std::string& name, const openxc_DynamicField& value); openxc_DynamicField build_DynamicField(const std::string& value); |