![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <OPCodesImpl.h>
Static Public Attributes | |
static constexpr ValueType | CMSG_GEOMETRY_LIST = OPCODE_ID(1) |
static constexpr ValueType | SMSG_GEOMETRY_APPEND = OPCODE_ID(2) |
static constexpr ValueType | CMSG_REQUEST_GEOMETRY = OPCODE_ID(3) |
![]() | |
static const ValueType | MSG_NOP = 0x000 |
static const ValueType | MSG_HEARTBEAT = 0x001 |
static const ValueType | SMSG_SEND_FILE = 0x002 |
static const ValueType | SMSG_DISCONNECT = 0x003 |
static const ValueType | CMSG_REQUEST_DISCONNECT = 0x004 |
static const ValueType | CMSG_ENTITY_UPDATE = 0x005 |
static const ValueType | CMSG_PING = 0x006 |
static const ValueType | SMSG_PONG = 0x007 |
static const ValueType | FIRST_FREE_OPCODE = SMSG_PONG |
Additional Inherited Members | |
![]() | |
using | ValueType = int32_t |
![]() | |
static constexpr ValueType | OPCODE_ID (const ValueType index) |
Definition at line 40 of file OPCodesImpl.h.
Definition at line 42 of file OPCodesImpl.h.
Definition at line 44 of file OPCodesImpl.h.
Definition at line 43 of file OPCodesImpl.h.