X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fopenxc%2Fcan_message.hpp;h=555b47d9e108ffcb3e74eba7e057072ad2e19d95;hb=7869e2e2ca1feb6a85919eab7c1da9c698d6d680;hp=98b38a5d6a46310b8313533a0e0f65074cc4a7c2;hpb=93debbc7de331c4d8b9dda0cdfa8d785017dc27a;p=src%2Flow-level-can-generator.git diff --git a/src/openxc/can_message.hpp b/src/openxc/can_message.hpp index 98b38a5..555b47d 100755 --- a/src/openxc/can_message.hpp +++ b/src/openxc/can_message.hpp @@ -25,6 +25,7 @@ namespace openxc bool is_fd_; bool is_extended_; bool is_j1939_; + bool is_isotp_; uint32_t length_; float min_value; float max_value; @@ -38,6 +39,8 @@ namespace openxc bool is_extended() const; void is_j1939(const bool is_j1939); bool is_j1939() const; + void is_isotp(const bool is_isotp); + bool is_isotp() const; std::string bus() const; bool bit_numbering_inverted() const; const std::vector& signals() const;