Class that stores a RealEigenMatrix controllable value to be set. More...
#include <WebServerControl.h>
Public Types | |
using | value_type = RealEigenMatrix |
The underlying type of the value. More... | |
Public Member Functions | |
RealEigenMatrixValue (const std::string &name, const std::string &type) | |
RealEigenMatrixValue (const std::string &name, const std::string &type, const miniJson::Json &json_value) | |
const RealEigenMatrix & | value () const |
virtual void | setControllableValue (WebServerControl &control) override final |
Sets the controllable value given the name and type via the controllable interface in control . More... | |
const std::string & | name () const |
const std::string & | type () const |
Static Public Member Functions | |
static RealEigenMatrix | getMatrixJSONValue (const miniJson::Json &json_value) |
Class that stores a RealEigenMatrix controllable value to be set.
Definition at line 148 of file WebServerControl.h.
|
inherited |
The underlying type of the value.
Definition at line 76 of file WebServerControl.h.
WebServerControl::RealEigenMatrixValue::RealEigenMatrixValue | ( | const std::string & | name, |
const std::string & | type | ||
) |
Definition at line 453 of file WebServerControl.C.
WebServerControl::RealEigenMatrixValue::RealEigenMatrixValue | ( | const std::string & | name, |
const std::string & | type, | ||
const miniJson::Json & | json_value | ||
) |
Definition at line 459 of file WebServerControl.C.
|
static |
Definition at line 467 of file WebServerControl.C.
|
inlineinherited |
Definition at line 57 of file WebServerControlTypeRegistry.h.
Referenced by WebServerControl::TypedValueBase< std::vector< T > >::setControllableValue().
|
inlinefinaloverridevirtualinherited |
Sets the controllable value given the name and type via the controllable interface in control
.
Will broadcast the value for setting it.
Implements Moose::WebServerControlTypeRegistry::ValueBase.
Definition at line 83 of file WebServerControl.h.
|
inlineinherited |
Definition at line 61 of file WebServerControlTypeRegistry.h.
|
inlineinherited |
Definition at line 81 of file WebServerControl.h.