|
@@ -2,6 +2,7 @@
|
|
//robotics
|
|
//robotics
|
|
#include <robotics/mvc.hpp>
|
|
#include <robotics/mvc.hpp>
|
|
#include <robotics/logger.hpp>
|
|
#include <robotics/logger.hpp>
|
|
|
|
+#include <robotics/message_bus.hpp>
|
|
//local
|
|
//local
|
|
#include "../xml/xml_context.hpp"
|
|
#include "../xml/xml_context.hpp"
|
|
#include "../response/response.hpp"
|
|
#include "../response/response.hpp"
|
|
@@ -9,6 +10,7 @@
|
|
#include "../models/web_response_info.h"
|
|
#include "../models/web_response_info.h"
|
|
|
|
|
|
using namespace robotics;
|
|
using namespace robotics;
|
|
|
|
+extern v3::message_bus g_message_bus;
|
|
using WebResponse = robotics::v3::mvc::web_result_response;
|
|
using WebResponse = robotics::v3::mvc::web_result_response;
|
|
using HttpContext = robotics::v3::mvc::http_context::curr;
|
|
using HttpContext = robotics::v3::mvc::http_context::curr;
|
|
using JumpResponse = robotics::v3::mvc::jump_response;
|
|
using JumpResponse = robotics::v3::mvc::jump_response;
|
|
@@ -18,7 +20,6 @@ using StreamResponse = robotics::v3::mvc::stream_response;
|
|
using DownloadResponse = robotics::v3::mvc::download_response;
|
|
using DownloadResponse = robotics::v3::mvc::download_response;
|
|
using HtmlResponse = robotics::v3::mvc::html_response;
|
|
using HtmlResponse = robotics::v3::mvc::html_response;
|
|
using View = robotics::v3::mvc::view;
|
|
using View = robotics::v3::mvc::view;
|
|
-
|
|
|
|
/* ************************************************
|
|
/* ************************************************
|
|
* 作者:Lenovo
|
|
* 作者:Lenovo
|
|
* 时间:2024/5/24 11:04:02
|
|
* 时间:2024/5/24 11:04:02
|