WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
data_store2.h File Reference
#include <deque>
#include <mutex>
#include <optional>
#include "webcface/field.h"
#include "webcface/log.h"
#include "webcface/common/val_adaptor.h"
Include dependency graph for data_store2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SyncDataStore2< T, ReqT >
 送受信するデータを保持するクラス More...
 
struct  LogData
 

Namespaces

namespace  webcface
 
namespace  webcface::internal
 
namespace  webcface::message
 

Typedefs

using ValueData = std::vector< double >
 
using TextData = ValAdaptor
 
using FuncData = FuncInfo
 
using RobotModelData = std::vector< std::shared_ptr< internal::RobotLinkData > >
 
using ImageData = ImageFrame