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