Apollo  6.0
Open source self driving car software
Classes | Namespaces | Typedefs
participant.h File Reference
#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"
Include dependency graph for participant.h:
This graph shows which files directly or indirectly include this file:

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 >