Modulo 4.2.2
Loading...
Searching...
No Matches
MessagePairInterface.cpp
1#include "modulo_core/communication/MessagePairInterface.hpp"
2
4
6
8 return this->type_;
9}
10}// namespace modulo_core::communication
MessagePairInterface(MessageType type)
Constructor with the message type.
MessageType get_type() const
Get the MessageType of the MessagePairInterface.
Modulo Core communication module for handling messages on publication and subscription interfaces.
MessageType
Enum of all supported ROS message types for the MessagePairInterface.