Apollo 10.0
自动驾驶开放平台
|
The ProtoHandler, built on top of CivetHandler, transfer the proto file by http for frontend to parse message. 更多...
#include <proto_handler.h>
Public 成员函数 | |
ProtoHandler () | |
bool | handleGet (CivetServer *server, struct mg_connection *conn) |
std::string | GenerateETag (const std::string &content) |
The ProtoHandler, built on top of CivetHandler, transfer the proto file by http for frontend to parse message.
在文件 proto_handler.h 第 42 行定义.
|
inline |
在文件 proto_handler.h 第 44 行定义.
std::string apollo::dreamview::ProtoHandler::GenerateETag | ( | const std::string & | content | ) |
在文件 proto_handler.cc 第 118 行定义.
bool apollo::dreamview::ProtoHandler::handleGet | ( | CivetServer * | server, |
struct mg_connection * | conn | ||
) |
在文件 proto_handler.cc 第 27 行定义.