WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
value.h File Reference
#include <functional>
#include <ostream>
#include <optional>
#include <chrono>
#include "field.h"
#include "array_like.h"
#include "webcface-config.h"
Include dependency graph for value.h:
This graph shows which files directly or indirectly include this file:

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の中身を表示