Daily_QC
Classes | Macros | Functions | Variables
pro_dly.c File Reference
#include <sqlhdr.h>
#include "prototypes.h"
Include dependency graph for pro_dly.c:

Go to the source code of this file.

Classes

struct  sqlca_s
 
struct  sqlca_s::sqlcaw_s
 
struct  pro_dly_rec
 
struct  data_rec
 

Macros

#define const
 
#define SQLCA_INCL
 
#define SQLNOTFOUND   100
 

Functions

_SQCURSOR * _iqnprep ()
 
void change_date1 ()
 
int pro_dly (char *hb5, char *parm, struct stim begin_date, struct stim end_date, char *qual, struct stn_values *stn_values)
 
int get_val31_array ()
 
void change_date1 (int *year, int *month)
 
int getmonthdays (int year, int month)
 

Variables

struct sqlca_s sqlca
 
long SQLCODE
 
int eyr
 
int emo
 
int edy
 
int byr
 
int bmo
 
int bdy
 
struct pro_dly_rec dly_rec
 
struct data_rec data_record
 

Macro Definition Documentation

◆ const

#define const

Definition at line 5 of file pro_dly.c.

◆ SQLCA_INCL

#define SQLCA_INCL

Definition at line 42 of file pro_dly.c.

◆ SQLNOTFOUND

#define SQLNOTFOUND   100

Definition at line 88 of file pro_dly.c.

Function Documentation

◆ _iqnprep()

_SQCURSOR* _iqnprep ( )

◆ change_date1() [1/2]

void change_date1 ( )
Here is the caller graph for this function:

◆ change_date1() [2/2]

void change_date1 ( int *  year,
int *  month 
)

Definition at line 706 of file pro_dly.c.

◆ get_val31_array()

int get_val31_array ( )

Definition at line 637 of file pro_dly.c.

Here is the caller graph for this function:

◆ getmonthdays()

int getmonthdays ( int  year,
int  month 
)

Definition at line 724 of file pro_dly.c.

Here is the caller graph for this function:

◆ pro_dly()

int pro_dly ( char *  hb5,
char *  parm,
struct stim  begin_date,
struct stim  end_date,
char *  qual,
struct stn_values stn_values 
)

Definition at line 208 of file pro_dly.c.

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

Variable Documentation

◆ bdy

int bdy

Definition at line 99 of file pro_dly.c.

◆ bmo

int bmo

Definition at line 99 of file pro_dly.c.

◆ byr

int byr

Definition at line 99 of file pro_dly.c.

◆ data_record

struct data_rec data_record

◆ dly_rec

struct pro_dly_rec dly_rec

◆ edy

int edy

Definition at line 98 of file pro_dly.c.

◆ emo

int emo

Definition at line 98 of file pro_dly.c.

◆ eyr

int eyr

Definition at line 98 of file pro_dly.c.

◆ sqlca

struct sqlca_s sqlca
extern

◆ SQLCODE

long SQLCODE
extern