|
WebCFace 3.2.0
Web-based Communication Framework & Dashboard-like UI
|
#include <functional>#include <ostream>#include <optional>#include <chrono>#include "field.h"#include "webcface/common/array_like.h"#include "webcface/common/num_vector.h"#include "webcface-config.h"Go to the source code of this file.
Classes | |
| class | ValueElementRef |
| 配列型のValueデータの一部の要素を指定するクラス More... | |
| class | Value |
| 実数値またはその配列の送受信データを表すクラス More... | |
Namespaces | |
| namespace | webcface |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Value &data) |
| Valueをostreamに渡すとValueの中身を表示 | |