openxc-utils : No send string but send array_object for signals
[apps/agl-service-can-low-level.git] / low-can-binding / can / message-definition.hpp
index cce42e1..e73560f 100644 (file)
@@ -79,6 +79,7 @@ public:
 
        const std::string get_bus_name() const;
        const std::string get_bus_device_name() const;
+       const std::string get_name() const;
        uint32_t get_id() const;
        bool is_fd() const;
        bool is_j1939() const;
@@ -86,6 +87,7 @@ public:
        vect_ptr_signal_t& get_signals();
        uint32_t get_length() const;
        uint32_t get_flags() const;
+       bool frame_layout_is_bigendian() const;
 
        void set_parent(std::shared_ptr<message_set_t> parent);
        void set_last_value(std::shared_ptr<message_t>  m);