#include <sqlhdr.h>
#include <sqliapi.h>
#include "rat.h"
#include <math.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
|
int | get_rate (char *hb5, char *shef) |
|
int | getflow (char *hb5, char *shef, double Stage, int *Warning) |
|
int | belows2f (double ShiftStage) |
|
int | aboves2f (double ShiftStage) |
|
int | exacts2f (int i) |
|
int | interps2f (double ShiftStage, int i) |
|
double | getstage (char *hb5, char *shef, int Flow, int *Warning) |
|
double | belowf2s (int Flow) |
|
double | abovef2s (int Flow) |
|
double | exactf2s (int i) |
|
double | interpf2s (int Flow, int i) |
|
RatingTable | getrc (char *hb5, char *shef, int *Warning) |
|
◆ abovef2s()
double abovef2s |
( |
int |
Flow | ) |
|
◆ aboves2f()
int aboves2f |
( |
double |
ShiftStage | ) |
|
◆ belowf2s()
double belowf2s |
( |
int |
Flow | ) |
|
◆ belows2f()
int belows2f |
( |
double |
ShiftStage | ) |
|
◆ exactf2s()
◆ exacts2f()
◆ get_rate()
int get_rate |
( |
char * |
hb5, |
|
|
char * |
shef |
|
) |
| |
Definition at line 21 of file rat.c.
◆ getflow()
int getflow |
( |
char * |
hb5, |
|
|
char * |
shef, |
|
|
double |
Stage, |
|
|
int * |
Warning |
|
) |
| |
◆ getrc()
RatingTable getrc |
( |
char * |
hb5, |
|
|
char * |
shef, |
|
|
int * |
Warning |
|
) |
| |
◆ getstage()
double getstage |
( |
char * |
hb5, |
|
|
char * |
shef, |
|
|
int |
Flow, |
|
|
int * |
Warning |
|
) |
| |
◆ interpf2s()
double interpf2s |
( |
int |
Flow, |
|
|
int |
i |
|
) |
| |
◆ interps2f()
int interps2f |
( |
double |
ShiftStage, |
|
|
int |
i |
|
) |
| |
◆ _Cn1
const char _Cn1[] = "loop" |
|
static |
Definition at line 3 of file rat.c.
Definition at line 11 of file rat.c.
◆ max
Definition at line 10 of file rat.c.
◆ rate_table
Definition at line 9 of file rat.c.
◆ Sh
Definition at line 11 of file rat.c.
◆ Slope
Definition at line 11 of file rat.c.
◆ stg_int
Definition at line 11 of file rat.c.
◆ Val
Definition at line 11 of file rat.c.