Apollo 10.0
自动驾驶开放平台
|
This is a major component of the Simulation backend, which manage all websockets to respond to all frontend request. 更多...
#include <socket_manager.h>
Public 成员函数 | |
SocketManager (WebSocketHandler *websocket, UpdaterManager *updater_manager, DvPluginManager *dv_plugin_manager) | |
Constructor of SocketManager. | |
void | BrocastDataHandlerConf (bool clear_channel_msg=false) |
Broadcast data handler conf for all connections | |
This is a major component of the Simulation backend, which manage all websockets to respond to all frontend request.
在文件 socket_manager.h 第 58 行定义.
apollo::dreamview::SocketManager::SocketManager | ( | WebSocketHandler * | websocket, |
UpdaterManager * | updater_manager, | ||
DvPluginManager * | dv_plugin_manager | ||
) |
Constructor of SocketManager.
在文件 socket_manager.cc 第 35 行定义.
void apollo::dreamview::SocketManager::BrocastDataHandlerConf | ( | bool | clear_channel_msg = false | ) |
Broadcast data handler conf for all connections
clear_channel_msg | true means broadcast data handler conf after clear channel msg. |
在文件 socket_manager.cc 第 269 行定义.