Apollo
6.0
Open source self driving car software
|
#include <atomic>
#include <memory>
#include <mutex>
#include <string>
#include "cyber/transport/rtps/underlay_message_type.h"
#include "fastrtps/Domain.h"
#include "fastrtps/attributes/ParticipantAttributes.h"
#include "fastrtps/participant/Participant.h"
#include "fastrtps/participant/ParticipantListener.h"
#include "fastrtps/rtps/common/Locator.h"
Go to the source code of this file.
Classes | |
class | apollo::cyber::transport::Participant |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::cyber | |
apollo::cyber::transport | |
Typedefs | |
using | apollo::cyber::transport::ParticipantPtr = std::shared_ptr< Participant > |