22 #include "tf-rest-api.h" 24 #include <webview/rest_api_manager.h> 49 std::bind(&TransformsRestApi::cb_get_graph,
this));
66 TransformsRestApi::cb_get_graph()
76 "Failed to retrieve transform graph: %s",
Webview REST API component.
REST processing exception.
Fawkes library namespace.
Thread class encapsulation of pthreads.
void unregister_api(WebviewRestApi *api)
Remove a request processor.
Logger * logger
This is the Logger member used to access the logger.
void register_api(WebviewRestApi *api)
Add a REST API.
void add_handler(WebRequest::Method method, std::string path, Handler handler)
Add handler function.
Base class for exceptions in Fawkes.
virtual const char * what_no_backtrace() const
Get primary string (does not implicitly print the back trace).
WebviewRestApiManager * webview_rest_api_manager
Webview REST API manager.