Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

supply.c File Reference

#include "conq.h"

Include dependency graph for supply.c:

Include dependency graph

Classes

struct  heap_node_struct
struct  zone_node_struct
struct  material_stats_struct

Defines

#define INITIAL_WORKSPACE   1024
#define MAX_FLOW   16384
#define MAX_CONN   25600
#define um_clip_in_threshold(u, m)   umclipinthreshold[nummtypes * (u) + (m)]
#define heap_node_copy(dst, src)   { (dst)->pot = (src)->pot; (dst)->x = (src)->x; (dst)->y = (src)->y; }

Typedefs

typedef heap_node_struct heap_node
typedef zone_node_struct zone_node
typedef material_stats_struct material_stats

Functions

void run_supply (void)
int supply_system_in_use (void)

Define Documentation

#define heap_node_copy dst,
src   )     { (dst)->pot = (src)->pot; (dst)->x = (src)->x; (dst)->y = (src)->y; }
 

#define INITIAL_WORKSPACE   1024
 

#define MAX_CONN   25600
 

#define MAX_FLOW   16384
 

#define um_clip_in_threshold u,
 )     umclipinthreshold[nummtypes * (u) + (m)]
 


Typedef Documentation

typedef struct heap_node_struct heap_node
 

typedef struct material_stats_struct material_stats
 

typedef struct zone_node_struct zone_node
 


Function Documentation

void run_supply void   ) 
 

int supply_system_in_use void   ) 
 


Generated on Sat Sep 17 10:29:36 2005 for XconqKernel by doxygen 1.3.6