WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
#include <deque>
#include <mutex>
#include <optional>
#include "webcface/field.h"
#include "webcface/log.h"
#include "webcface/common/val_adaptor.h"
Go to the source code of this file.
Classes | |
class | SyncDataStore2< T, ReqT > |
送受信するデータを保持するクラス More... | |
struct | LogData |
Namespaces | |
namespace | webcface |
namespace | webcface::internal |
Typedefs | |
using | ValueData = std::vector< double > |
using | TextData = ValAdaptor |
using | FuncData = FuncInfo |
using | RobotModelData = std::vector< std::shared_ptr< internal::RobotLinkData > > |
using | ImageData = ImageFrame |