3#ifndef __I_CAN_MESSAGE_NOTIFIER_HPP__
4#define __I_CAN_MESSAGE_NOTIFIER_HPP__
6#include "CanMessage.hpp"
Implementation-agnostic consumer for RX CAN transfers.
Definition ICanMessageNotifier.hpp:22
virtual ~ICanMessageNotifier()=default
Virtual destructor.
virtual bool notifyMessage(const can_message &msg)=0
Notify observers that a new CAN message has arrived.
The main, catch-all namespace for Robotics Lab UC3M.
Definition groups.dox:6
Proxy CAN message structure.
Definition CanMessage.hpp:20