|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
#include <NetworkManager.h>
Public Member Functions | |
| bool | isComplete () const |
Public Attributes | |
| msg::ImageOwnerKind | kind {} |
| uint64_t | id = 0 |
| uint64_t | boardId = 0 |
| std::string | name |
| std::optional< msg::MarkerMeta > | markerMeta |
| std::optional< msg::BoardMeta > | boardMeta |
| uint64_t | total = 0 |
| uint64_t | received = 0 |
| std::vector< uint8_t > | buf |
| bool | commitRequested = false |
Definition at line 43 of file NetworkManager.h.
|
inline |
Definition at line 60 of file NetworkManager.h.
| uint64_t PendingImage::boardId = 0 |
Definition at line 47 of file NetworkManager.h.
| std::optional<msg::BoardMeta> PendingImage::boardMeta |
Definition at line 52 of file NetworkManager.h.
| std::vector<uint8_t> PendingImage::buf |
Definition at line 56 of file NetworkManager.h.
| bool PendingImage::commitRequested = false |
Definition at line 58 of file NetworkManager.h.
| uint64_t PendingImage::id = 0 |
Definition at line 46 of file NetworkManager.h.
| msg::ImageOwnerKind PendingImage::kind {} |
Definition at line 45 of file NetworkManager.h.
| std::optional<msg::MarkerMeta> PendingImage::markerMeta |
Definition at line 51 of file NetworkManager.h.
| std::string PendingImage::name |
Definition at line 48 of file NetworkManager.h.
| uint64_t PendingImage::received = 0 |
Definition at line 55 of file NetworkManager.h.
| uint64_t PendingImage::total = 0 |
Definition at line 54 of file NetworkManager.h.