WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
#include "./base.h"
#include "webcface/common/encoding.h"
#include <unordered_map>
#include <chrono>
Go to the source code of this file.
Classes | |
struct | SyncInit |
client初期化(client->server->client) More... | |
struct | SyncInitEnd |
serverのバージョン情報(server->client) More... | |
struct | Ping |
ping(server->client->server) More... | |
struct | PingStatus |
各クライアントのping状況 (server->client) More... | |
struct | PingStatusReq |
ping状況のリクエスト (client->server) More... | |
struct | Sync |
syncの時刻(client->server->client) More... | |
struct | formatter< webcface::message::SyncInit > |
struct | formatter< webcface::message::SyncInitEnd > |
struct | formatter< webcface::message::Sync > |
struct | formatter< webcface::message::Ping > |
struct | formatter< webcface::message::PingStatus > |
struct | formatter< webcface::message::PingStatusReq > |
Namespaces | |
namespace | webcface |