33 for (
auto & control_ptr :
_problem->getControlWarehouse().getObjects())
35 wsc_ptr->startServer({});
registerMooseAction("MooseApp", StartWebServerControlAction, "start_webservercontrol")
static InputParameters validParams()
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.
Starts the web server(s) for the WebServerControl objects.
static InputParameters validParams()
virtual void act() override final
Method to add objects to the simulation or perform other setup tasks.
StartWebServerControlAction(const InputParameters ¶meters)
Starts a webserver that an external process can connect to in order to send JSON messages to control ...