WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
client(member)->server->client func登録 More...
#include <webcface/common/internal/message/func.h>
Public Member Functions | |
Arg ()=default | |
Arg (const SharedString &name, ValType type, const std::optional< ValAdaptor > &init, const std::optional< double > &min_, const std::optional< double > &max_, const std::vector< ValAdaptor > &option) | |
Public Attributes | |
SharedString | name_ |
ValType | type_ = ValType::none_ |
std::optional< ValAdaptor > | init_ = std::nullopt |
std::optional< double > | min_ = std::nullopt |
std::optional< double > | max_ = std::nullopt |
std::vector< ValAdaptor > | option_ |
client(member)->server->client func登録
client->server時はmemberは無視
|
default |
|
inline |
std::optional<ValAdaptor> init_ = std::nullopt |
std::optional<double> max_ = std::nullopt |
std::optional<double> min_ = std::nullopt |
SharedString name_ |
std::vector<ValAdaptor> option_ |
ValType type_ = ValType::none_ |