Mapper
Classes | Macros | Functions | Variables
exp.c File Reference
#include <sqlhdr.h>
#include <stdio.h>
#include "rate_table.h"
#include "math.h"
Include dependency graph for exp.c:

Go to the source code of this file.

Classes

struct  sqlca_s
 
struct  sqlca_s::sqlcaw_s
 

Macros

#define SQLCA_INCL
 
#define SQLNOTFOUND   100
 

Functions

_SQCURSOR * _iqnprep ()
 
 main ()
 

Variables

static char * _Cn2 = "sensorcursor"
 
static _SQCURSOR * _SQ2 = 0
 
static char * _Cn1 = "selectsensor"
 
static _SQCURSOR * _SQ1 = 0
 
struct sqlca_s sqlca
 
long SQLCODE
 

Macro Definition Documentation

◆ SQLCA_INCL

#define SQLCA_INCL

Definition at line 41 of file exp.c.

◆ SQLNOTFOUND

#define SQLNOTFOUND   100

Definition at line 87 of file exp.c.

Function Documentation

◆ _iqnprep()

_SQCURSOR* _iqnprep ( )
Here is the caller graph for this function:

◆ main()

main ( )

Definition at line 92 of file exp.c.

Here is the call graph for this function:

Variable Documentation

◆ _Cn1

char* _Cn1 = "selectsensor"
static

Definition at line 4 of file exp.c.

◆ _Cn2

char* _Cn2 = "sensorcursor"
static

Definition at line 3 of file exp.c.

◆ _SQ1

_SQCURSOR* _SQ1 = 0
static

Definition at line 4 of file exp.c.

◆ _SQ2

_SQCURSOR* _SQ2 = 0
static

Definition at line 3 of file exp.c.

◆ sqlca

struct sqlca_s sqlca
extern

◆ SQLCODE

long SQLCODE
extern