#include <CarlaServer.h>
Collaboration diagram for FCarlaServer:Classes | |
| class | FPimpl |
Public Member Functions | |
| void | AsyncRun (uint32 NumberOfWorkerThreads) |
| FCarlaServer () | |
| std::shared_ptr< carla::multigpu::Router > | GetSecondaryServer () |
| carla::streaming::Server & | GetStreamingServer () |
| void | NotifyBeginEpisode (UCarlaEpisode &Episode) |
| void | NotifyEndEpisode () |
| FDataStream | OpenStream () const |
| void | RunSome (uint32 Milliseconds) |
| FDataMultiStream | Start (uint16_t RPCPort, uint16_t StreamingPort, uint16_t SecondaryPort) |
| void | Stop () |
| void | Tick () |
| bool | TickCueReceived () |
| ~FCarlaServer () | |
Private Attributes | |
| TUniquePtr< FPimpl > | Pimpl |
Definition at line 21 of file CarlaServer.h.
| FCarlaServer::FCarlaServer | ( | ) |
Definition at line 2617 of file CarlaServer.cpp.
| FCarlaServer::~FCarlaServer | ( | ) |
Definition at line 2619 of file CarlaServer.cpp.
References Stop().
Here is the call graph for this function:| void FCarlaServer::AsyncRun | ( | uint32 | NumberOfWorkerThreads | ) |
Definition at line 2652 of file CarlaServer.cpp.
References carla::client::detail::Get(), and Pimpl.
Referenced by FCarlaEngine::NotifyInitGame().
Here is the call graph for this function:
Here is the caller graph for this function:| std::shared_ptr< carla::multigpu::Router > FCarlaServer::GetSecondaryServer | ( | ) |
Definition at line 2719 of file CarlaServer.cpp.
References Pimpl.
Referenced by FCarlaEngine::NotifyInitGame().
Here is the caller graph for this function:| carla::streaming::Server & FCarlaServer::GetStreamingServer | ( | ) |
Definition at line 2724 of file CarlaServer.cpp.
References Pimpl.
Referenced by FCarlaEngine::NotifyInitGame().
Here is the caller graph for this function:| void FCarlaServer::NotifyBeginEpisode | ( | UCarlaEpisode & | Episode | ) |
Definition at line 2639 of file CarlaServer.cpp.
References UCarlaEpisode::GetMapName(), and Pimpl.
Referenced by FCarlaEngine::NotifyBeginEpisode().
Here is the call graph for this function:
Here is the caller graph for this function:| void FCarlaServer::NotifyEndEpisode | ( | ) |
Definition at line 2646 of file CarlaServer.cpp.
References Pimpl.
Referenced by FCarlaEngine::NotifyEndEpisode().
Here is the caller graph for this function:| FDataStream FCarlaServer::OpenStream | ( | ) | const |
Definition at line 2713 of file CarlaServer.cpp.
References Pimpl.
Referenced by ASensorFactory::SpawnActor().
Here is the caller graph for this function:| void FCarlaServer::RunSome | ( | uint32 | Milliseconds | ) |
Definition at line 2684 of file CarlaServer.cpp.
References carla::time_duration::milliseconds(), and Pimpl.
Referenced by FCarlaEngine::OnPreTick().
Here is the call graph for this function:
Here is the caller graph for this function:| FDataMultiStream FCarlaServer::Start | ( | uint16_t | RPCPort, |
| uint16_t | StreamingPort, | ||
| uint16_t | SecondaryPort | ||
| ) |
Definition at line 2623 of file CarlaServer.cpp.
References Pimpl.
Referenced by FCarlaEngine::NotifyInitGame().
Here is the caller graph for this function:| void FCarlaServer::Stop | ( | void | ) |
Definition at line 2704 of file CarlaServer.cpp.
References Pimpl.
Referenced by ~FCarlaServer().
Here is the caller graph for this function:| void FCarlaServer::Tick | ( | ) |
Definition at line 2690 of file CarlaServer.cpp.
References Pimpl.
Referenced by FCarlaEngine::NotifyInitGame().
Here is the caller graph for this function:| bool FCarlaServer::TickCueReceived | ( | ) |
Definition at line 2695 of file CarlaServer.cpp.
References Pimpl.
Referenced by FCarlaServer::FPimpl::BindActions(), and FCarlaEngine::OnPreTick().
Here is the caller graph for this function:
|
private |
Definition at line 53 of file CarlaServer.h.
Referenced by AsyncRun(), GetSecondaryServer(), GetStreamingServer(), NotifyBeginEpisode(), NotifyEndEpisode(), OpenStream(), RunSome(), Start(), Stop(), Tick(), and TickCueReceived().
1.8.13