class WebUI
Defined at line 27 of file ../../src/camera/bin/factory/web_ui.h
A Web UI for controlling camera-gym from the host
Public Methods
fpromise::result<std::unique_ptr<WebUI>, zx_status_t> Create (WebUIControl * control)
create a new WebUI.
Defined at line 24 of file ../../src/camera/bin/factory/web_ui.cc
void WebUI ()
Defined at line 35 of file ../../src/camera/bin/factory/web_ui.cc
void ~WebUI ()
Defined at line 37 of file ../../src/camera/bin/factory/web_ui.cc
void PostListen (int port)
start listening on a port (thread safe)
Defined at line 42 of file ../../src/camera/bin/factory/web_ui.cc
void Listen (int port)
listen for and handle new clients
Defined at line 46 of file ../../src/camera/bin/factory/web_ui.cc