ROSS
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

◆ st_collect_model_data()

◆ st_model_settype()

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().

◆ st_model_setup_types()

void st_model_setup_types ( tw_lp * lp)

Variable Documentation

◆ g_st_model_types

st_model_types* g_st_model_types = NULL

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

Referenced by st_model_setup_types().

◆ model_type_warned

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().