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