Mapper
Classes | Typedefs | Functions
rate_table.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ShiftTable
 
struct  RatingTable
 

Typedefs

typedef struct ShiftTable ShiftTable
 
typedef struct RatingTable RatingTable
 

Functions

int GetFlow (unsigned long, char, char, int, double, int *)
 
int BelowStage2Flow (RatingTable, double)
 
int AboveStage2Flow (RatingTable, double)
 
int ExactStage2Flow (RatingTable, int)
 
int InterpolateStage2Flow (RatingTable, double, int)
 
int get_rate (unsigned long)
 
double GetStage (unsigned long, char, char, int, int, int *)
 
double BelowFlow2Stage (RatingTable, int)
 
double AboveFlow2Stage (RatingTable, int)
 
double ExactFlow2Stage (RatingTable, int)
 
double InterpolateFlow2Stage (RatingTable, int, int)
 
RatingTable getrc (unsigned long, char, char, int, int *)
 
int rfs (int)
 

Typedef Documentation

◆ RatingTable

typedef struct RatingTable RatingTable

◆ ShiftTable

typedef struct ShiftTable ShiftTable

Function Documentation

◆ AboveFlow2Stage()

double AboveFlow2Stage ( RatingTable  rate_table,
int  Flow 
)

Definition at line 2257 of file rat.c.

Here is the caller graph for this function:

◆ AboveStage2Flow()

int AboveStage2Flow ( RatingTable  rate_table,
double  ShiftStage 
)

Definition at line 2007 of file rat.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ BelowFlow2Stage()

double BelowFlow2Stage ( RatingTable  rate_table,
int  Flow 
)

Definition at line 2240 of file rat.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ BelowStage2Flow()

int BelowStage2Flow ( RatingTable  rate_table,
double  ShiftStage 
)

Definition at line 1979 of file rat.c.

Here is the caller graph for this function:

◆ ExactFlow2Stage()

double ExactFlow2Stage ( RatingTable  rate_table,
int  i 
)

Definition at line 2292 of file rat.c.

Here is the caller graph for this function:

◆ ExactStage2Flow()

int ExactStage2Flow ( RatingTable  rate_table,
int  i 
)

Definition at line 2047 of file rat.c.

Here is the caller graph for this function:

◆ get_rate()

int get_rate ( unsigned long  )

◆ GetFlow()

int GetFlow ( unsigned long  ,
char  ,
char  ,
int  ,
double  ,
int *   
)

◆ getrc()

RatingTable getrc ( unsigned long  ,
char  ,
char  ,
int  ,
int *   
)

◆ GetStage()

double GetStage ( unsigned long  ,
char  ,
char  ,
int  ,
int  ,
int *   
)

◆ InterpolateFlow2Stage()

double InterpolateFlow2Stage ( RatingTable  rate_table,
int  Flow,
int  i 
)

Definition at line 2305 of file rat.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InterpolateStage2Flow()

int InterpolateStage2Flow ( RatingTable  rate_table,
double  ShiftStage,
int  i 
)

Definition at line 2059 of file rat.c.

Here is the caller graph for this function:

◆ rfs()

int rfs ( int  )