Program Listing for File agnocast_mq.hpp

Return to documentation for file (include/agnocast/agnocast_mq.hpp)

#pragma once

namespace agnocast
{

struct MqMsgAgnocast
{
};

struct MqMsgROS2Publish
{
  bool should_terminate;
};

}  // namespace agnocast