WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
webcface.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef WEBCFACE_MESON
4#include "webcface-config.h"
5#else
6#include "webcface/common/webcface-config.h"
7#endif
8
11
12#include "wcf.h"
13
14#include "version.h"
15#include "components.h"
16#include "image_frame.h"
17#include "transform.h"
18#include "robot_link.h"
19#include "field.h"
20#include "func_result.h"
21
22#include "value.h"
23#include "text.h"
24#include "log.h"
25#include "func.h"
26#include "components.h"
27#include "view.h"
28#include "image.h"
29#include "robot_model.h"
30#include "canvas3d.h"
31#include "canvas2d.h"
32
33#include "member.h"
34#include "client.h"
35
36// 〜v1.1 との互換性のため
37namespace WebCFace = webcface;
Definition arg.h:14