Update build and package configuration file.
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / utils / socketcan-bcm.hpp
index 2e4547b..97f093d 100644 (file)
@@ -35,6 +35,7 @@ namespace utils
                canfd_bcm_msg() { msg_head.flags |= CAN_FD_FRAME; }
        };
 
+       /// @brief derivated socketcan class specialized for BCM CAN socket.
        class socketcan_bcm_t : public socketcan_t
        {
        public: