X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=low-can-binding%2Fcan%2Fmessage-definition.hpp;h=f46d3adb8d9e533e2422bc22e23a12be638fe7ce;hb=b8e8186c95f50e76aa4d88c3c751053568ab7cdf;hp=13ae228970c3c1c9e561326ae1421fbc6fd7eda3;hpb=7f038fed824cac9b747c033b441263512421c6b2;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/can/message-definition.hpp b/low-can-binding/can/message-definition.hpp index 13ae2289..f46d3adb 100644 --- a/low-can-binding/can/message-definition.hpp +++ b/low-can-binding/can/message-definition.hpp @@ -82,6 +82,7 @@ public: uint32_t get_id() const; bool is_fd() const; bool is_j1939() const; + bool is_isotp() const; std::vector>& get_signals(); uint32_t get_length() const; uint32_t get_flags() const;