Modulo 4.2.2
Loading...
Searching...
No Matches
MessageType.hpp
1#pragma once
2
8
13enum class MessageType { BOOL, FLOAT64, FLOAT64_MULTI_ARRAY, INT32, STRING, ENCODED_STATE, CUSTOM_MESSAGE };
14}// namespace modulo_core::communication
Modulo Core communication module for handling messages on publication and subscription interfaces.
MessageType
Enum of all supported ROS message types for the MessagePairInterface.