Apollo
6.0
Open source self driving car software
|
#include <memory>
#include <mutex>
#include <string>
#include <thread>
#include <unordered_map>
#include <vector>
#include "CivetServer.h"
#include "nlohmann/json.hpp"
Go to the source code of this file.
Classes | |
class | apollo::dreamview::WebSocketHandler |
The WebSocketHandler, built on top of CivetWebSocketHandler, is a websocket handler that handles different types of websocket related events. More... | |
Namespaces | |
apollo::dreamview | |
apollo::dreamview | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |