Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
vchannel.cpp File Reference
#include "vchannel.h"
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include "w3d_file.h"
#include "w3dquat.h"
#include "bchannel.h"
#include "exportlog.h"

Go to the source code of this file.

Macros

#define FILTER_TABLE_SIZE   (256)
 
#define FILTER_TABLE_GEN_START   (16)
 
#define FILTER_TABLE_GEN_SIZE   (FILTER_TABLE_SIZE - FILTER_TABLE_GEN_START)
 
#define MAX_VECTOR_SIZE   8
 

Variables

struct { 
 
   unsigned char   filter: 7 
 
   unsigned char   flag: 1 
 
   unsigned char   d0: 4 
 
   unsigned char   d1: 4 
 
   unsigned char   d2: 4 
 
   unsigned char   d3: 4 
 
   unsigned char   d4: 4 
 
   unsigned char   d5: 4 
 
   unsigned char   d6: 4 
 
   unsigned char   d7: 4 
 
   unsigned char   d8: 4 
 
   unsigned char   d9: 4 
 
   unsigned char   d10: 4 
 
   unsigned char   d11: 4 
 
   unsigned char   d12: 4 
 
   unsigned char   d13: 4 
 
   unsigned char   d14: 4 
 
   unsigned char   d15: 4 
 
AdaptiveDeltaPacketStruct 
 

Macro Definition Documentation

◆ FILTER_TABLE_GEN_SIZE

#define FILTER_TABLE_GEN_SIZE   (FILTER_TABLE_SIZE - FILTER_TABLE_GEN_START)

Definition at line 51 of file vchannel.cpp.

◆ FILTER_TABLE_GEN_START

#define FILTER_TABLE_GEN_START   (16)

Definition at line 50 of file vchannel.cpp.

◆ FILTER_TABLE_SIZE

#define FILTER_TABLE_SIZE   (256)

Definition at line 49 of file vchannel.cpp.

◆ MAX_VECTOR_SIZE

#define MAX_VECTOR_SIZE   8

Variable Documentation

◆ [struct]

struct { ... } AdaptiveDeltaPacketStruct

◆ d0

unsigned char d0

Definition at line 274 of file vchannel.cpp.

◆ d1

unsigned char d1

Definition at line 275 of file vchannel.cpp.

◆ d10

unsigned char d10

Definition at line 284 of file vchannel.cpp.

◆ d11

unsigned char d11

Definition at line 285 of file vchannel.cpp.

◆ d12

unsigned char d12

Definition at line 286 of file vchannel.cpp.

◆ d13

unsigned char d13

Definition at line 287 of file vchannel.cpp.

◆ d14

unsigned char d14

Definition at line 288 of file vchannel.cpp.

◆ d15

unsigned char d15

Definition at line 289 of file vchannel.cpp.

◆ d2

unsigned char d2

Definition at line 276 of file vchannel.cpp.

◆ d3

unsigned char d3

Definition at line 277 of file vchannel.cpp.

◆ d4

unsigned char d4

Definition at line 278 of file vchannel.cpp.

◆ d5

unsigned char d5

Definition at line 279 of file vchannel.cpp.

◆ d6

unsigned char d6

Definition at line 280 of file vchannel.cpp.

◆ d7

unsigned char d7

Definition at line 281 of file vchannel.cpp.

◆ d8

unsigned char d8

Definition at line 282 of file vchannel.cpp.

◆ d9

unsigned char d9

Definition at line 283 of file vchannel.cpp.

◆ filter

unsigned char filter

Definition at line 272 of file vchannel.cpp.

◆ flag

unsigned char flag

Definition at line 273 of file vchannel.cpp.