Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::OPCodesEx Class Reference

#include <OPCodesImpl.h>

+ Inheritance diagram for Divide::OPCodesEx:

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 Public Attributes inherited from Divide::OPCodes
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

- Public Types inherited from Divide::OPCodes
using ValueType = int32_t
 
- Static Public Member Functions inherited from Divide::OPCodes
static constexpr ValueType OPCODE_ID (const ValueType index)
 

Detailed Description

Definition at line 40 of file OPCodesImpl.h.

Member Data Documentation

◆ CMSG_GEOMETRY_LIST

constexpr ValueType Divide::OPCodesEx::CMSG_GEOMETRY_LIST = OPCODE_ID(1)
staticconstexpr

Definition at line 42 of file OPCodesImpl.h.

◆ CMSG_REQUEST_GEOMETRY

constexpr ValueType Divide::OPCodesEx::CMSG_REQUEST_GEOMETRY = OPCODE_ID(3)
staticconstexpr

Definition at line 44 of file OPCodesImpl.h.

◆ SMSG_GEOMETRY_APPEND

constexpr ValueType Divide::OPCodesEx::SMSG_GEOMETRY_APPEND = OPCODE_ID(2)
staticconstexpr

Definition at line 43 of file OPCodesImpl.h.


The documentation for this class was generated from the following file: