Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

network.cc File Reference

#include "project.h"
#include "reporter.h"

Include dependency graph for network.cc:

Include dependency graph

Go to the source code of this file.

Functions

int canAssignX (TASK *task)
void assignX (TASK *task)
int nextAvailableY (NETWORK_CELL *clist, int y)

Variables

NETWORK_CELL ** network_cols
int numX
int numY


Function Documentation

void assignX TASK   task [static]
 

Definition at line 67 of file network.cc.

References TASK::begin_depends(), TASK::end_depends(), and TASK::nx.

Referenced by Reporter::NetworkDiagram().

int canAssignX TASK   task [static]
 

Definition at line 48 of file network.cc.

References TASK::begin_depends(), TASK::end_depends(), TASK::isVacation(), and TASK::nx.

Referenced by Reporter::NetworkDiagram().

int nextAvailableY NETWORK_CELL   clist,
int    y
[static]
 

Definition at line 103 of file network.cc.

References NETWORK_CELL::next, TASK::ny, and NETWORK_CELL::task.

Referenced by Reporter::assignY().


Variable Documentation

NETWORK_CELL** network_cols [static]
 

Definition at line 27 of file network.cc.

int numX [static]
 

Definition at line 28 of file network.cc.

Referenced by Reporter::assignY(), Reporter::constructStartFinish(), and Reporter::write_chart().

int numY [static]
 

Definition at line 29 of file network.cc.

Referenced by Reporter::assignY(), and Reporter::write_chart().


Generated on Wed Feb 18 22:23:58 2004 for Opensched by doxygen1.2.15