ROSS
Functions | Variables
st-model-data.c File Reference
#include <ross.h>

Go to the source code of this file.

Functions

void st_model_setup_types (tw_lp *lp)
 
void st_model_settype (tw_lpid i, st_model_types *model_types)
 
void st_collect_model_data (tw_pe *pe, double current_rt, int stats_type)
 

Variables

st_model_typesg_st_model_types = NULL
 
static int model_type_warned = 0
 

Function Documentation

void st_collect_model_data ( tw_pe pe,
double  current_rt,
int  stats_type 
)
void st_model_settype ( tw_lpid  i,
st_model_types model_types 
)

Definition at line 25 of file st-model-data.c.

References g_tw_lp, g_tw_masternode, g_tw_mynode, model_type_warned, model_types, and tw_lp::model_types.

Referenced by main().

Here is the caller graph for this function:

void st_model_setup_types ( tw_lp lp)

Definition at line 10 of file st-model-data.c.

References g_tw_lp_typemap, g_tw_masternode, g_tw_mynode, tw_lp::gid, model_type_warned, and tw_lp::model_types.

Referenced by tw_lp_setup_types().

Here is the caller graph for this function:

Variable Documentation

st_model_types* g_st_model_types = NULL

Definition at line 3 of file st-model-data.c.

int model_type_warned = 0
static

Definition at line 4 of file st-model-data.c.

Referenced by st_model_settype(), and st_model_setup_types().