Version: 9.12.0
calciumf.h File Reference
#include "CalciumFortranInt.h"
Include dependency graph for calciumf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define STAR   *
 
#define LCH_LAST_PARAM   ,int strsize
 
#define CALCIUM_ECR_INTERFACE_C_H(_name, _timeType, _calInt, _type, _typeName, _qual, lastarg)
 
#define CALCIUM_LECT_INTERFACE_C_H(_name, _timeType, _calInt, _type, _typeName, _qual, lastarg)
 

Functions

cal_int cp_een_fort_ (void *component, cal_int mode, float t, cal_int i, char *nomvar, cal_int nbelem, cal_int *data)
 
cal_int cp_elg_fort_ (void *component, cal_int mode, float t, cal_int i, char *nomvar, cal_int nbelem, long *data)
 
cal_int cp_eln_fort_ (void *component, cal_int mode, float t, cal_int i, char *nomvar, cal_int nbelem, long *data)
 
cal_int cp_ein_fort_ (void *component, cal_int mode, float t, cal_int i, char *nomvar, cal_int nbelem, int *data)
 
cal_int cp_ere_fort_ (void *component, cal_int mode, float t, cal_int i, char *nomvar, cal_int nbelem, float *data)
 
cal_int cp_erd_fort_ (void *component, cal_int mode, float t, cal_int i, char *nomvar, cal_int nbelem, float *data)
 
cal_int cp_edb_fort_ (void *component, cal_int mode, double t, cal_int i, char *nomvar, cal_int nbelem, double *data)
 
cal_int cp_elo_fort_ (void *component, cal_int mode, float t, cal_int i, char *nomvar, cal_int nbelem, int *data)
 
cal_int cp_ecp_fort_ (void *component, cal_int mode, float t, cal_int i, char *nomvar, cal_int nbelem, float *data)
 
cal_int cp_ech_fort_ (void *component, cal_int mode, float t, cal_int i, char *nomvar, cal_int nbelem, char **data, int strsize)
 
void cp_len_fort__free (cal_int *data)
 
cal_int cp_len_fort_ (void *component, cal_int mode, float *ti, float *tf, cal_int *i, char *nomvar, cal_int bufferLength, cal_int *nRead, cal_int *data)
 
void cp_llg_fort__free (long *data)
 
cal_int cp_llg_fort_ (void *component, cal_int mode, float *ti, float *tf, cal_int *i, char *nomvar, cal_int bufferLength, cal_int *nRead, long *data)
 
void cp_lln_fort__free (long *data)
 
cal_int cp_lln_fort_ (void *component, cal_int mode, float *ti, float *tf, cal_int *i, char *nomvar, cal_int bufferLength, cal_int *nRead, long *data)
 
void cp_lin_fort__free (int *data)
 
cal_int cp_lin_fort_ (void *component, cal_int mode, float *ti, float *tf, cal_int *i, char *nomvar, cal_int bufferLength, cal_int *nRead, int *data)
 
void cp_lre_fort__free (float *data)
 
cal_int cp_lre_fort_ (void *component, cal_int mode, float *ti, float *tf, cal_int *i, char *nomvar, cal_int bufferLength, cal_int *nRead, float *data)
 
void cp_lrd_fort__free (float *data)
 
cal_int cp_lrd_fort_ (void *component, cal_int mode, float *ti, float *tf, cal_int *i, char *nomvar, cal_int bufferLength, cal_int *nRead, float *data)
 
void cp_ldb_fort__free (double *data)
 
cal_int cp_ldb_fort_ (void *component, cal_int mode, double *ti, double *tf, cal_int *i, char *nomvar, cal_int bufferLength, cal_int *nRead, double *data)
 
void cp_llo_fort__free (int *data)
 
cal_int cp_llo_fort_ (void *component, cal_int mode, float *ti, float *tf, cal_int *i, char *nomvar, cal_int bufferLength, cal_int *nRead, int *data)
 
void cp_lcp_fort__free (float *data)
 
cal_int cp_lcp_fort_ (void *component, cal_int mode, float *ti, float *tf, cal_int *i, char *nomvar, cal_int bufferLength, cal_int *nRead, float *data)
 
void cp_lch_fort__free (char **data)
 
cal_int cp_lch_fort_ (void *component, cal_int mode, float *ti, float *tf, cal_int *i, char *nomvar, cal_int bufferLength, cal_int *nRead, char **data, int strsize)
 

Macro Definition Documentation

◆ CALCIUM_ECR_INTERFACE_C_H

#define CALCIUM_ECR_INTERFACE_C_H (   _name,
  _timeType,
  _calInt,
  _type,
  _typeName,
  _qual,
  lastarg 
)
Value:
extern _calInt cp_##_name (void * component, _calInt mode, \
_timeType t, _calInt i, \
char * nomvar, _calInt nbelem, \
_type _qual * data \
lastarg ) ; \

◆ CALCIUM_LECT_INTERFACE_C_H

#define CALCIUM_LECT_INTERFACE_C_H (   _name,
  _timeType,
  _calInt,
  _type,
  _typeName,
  _qual,
  lastarg 
)
Value:
extern void cp_##_name##_free ( _type _qual * data); \
extern _calInt cp_##_name (void * component, _calInt mode, \
_timeType * ti, _timeType * tf, _calInt * i, \
char * nomvar, _calInt bufferLength, \
_calInt * nRead, _type _qual * data \
lastarg ) ; \
\

◆ LCH_LAST_PARAM

#define LCH_LAST_PARAM   ,int strsize

◆ STAR

#define STAR   *

Function Documentation

◆ cp_ech_fort_()

cal_int cp_ech_fort_ ( void *  component,
cal_int  mode,
float  t,
cal_int  i,
char *  nomvar,
cal_int  nbelem,
char **  data,
int  strsize 
)

Referenced by F_FUNC().

◆ cp_ecp_fort_()

cal_int cp_ecp_fort_ ( void *  component,
cal_int  mode,
float  t,
cal_int  i,
char *  nomvar,
cal_int  nbelem,
float *  data 
)

Referenced by F_FUNC().

◆ cp_edb_fort_()

cal_int cp_edb_fort_ ( void *  component,
cal_int  mode,
double  t,
cal_int  i,
char *  nomvar,
cal_int  nbelem,
double *  data 
)

Referenced by F_FUNC().

◆ cp_een_fort_()

cal_int cp_een_fort_ ( void *  component,
cal_int  mode,
float  t,
cal_int  i,
char *  nomvar,
cal_int  nbelem,
cal_int *  data 
)

Referenced by F_FUNC().

◆ cp_ein_fort_()

cal_int cp_ein_fort_ ( void *  component,
cal_int  mode,
float  t,
cal_int  i,
char *  nomvar,
cal_int  nbelem,
int *  data 
)

Referenced by F_FUNC().

◆ cp_elg_fort_()

cal_int cp_elg_fort_ ( void *  component,
cal_int  mode,
float  t,
cal_int  i,
char *  nomvar,
cal_int  nbelem,
long *  data 
)

Referenced by F_FUNC().

◆ cp_eln_fort_()

cal_int cp_eln_fort_ ( void *  component,
cal_int  mode,
float  t,
cal_int  i,
char *  nomvar,
cal_int  nbelem,
long *  data 
)

Referenced by F_FUNC().

◆ cp_elo_fort_()

cal_int cp_elo_fort_ ( void *  component,
cal_int  mode,
float  t,
cal_int  i,
char *  nomvar,
cal_int  nbelem,
int *  data 
)

Referenced by F_FUNC().

◆ cp_erd_fort_()

cal_int cp_erd_fort_ ( void *  component,
cal_int  mode,
float  t,
cal_int  i,
char *  nomvar,
cal_int  nbelem,
float *  data 
)

Referenced by F_FUNC().

◆ cp_ere_fort_()

cal_int cp_ere_fort_ ( void *  component,
cal_int  mode,
float  t,
cal_int  i,
char *  nomvar,
cal_int  nbelem,
float *  data 
)

Referenced by F_FUNC().

◆ cp_lch_fort_()

cal_int cp_lch_fort_ ( void *  component,
cal_int  mode,
float *  ti,
float *  tf,
cal_int *  i,
char *  nomvar,
cal_int  bufferLength,
cal_int *  nRead,
char **  data,
int  strsize 
)

Referenced by F_FUNC().

◆ cp_lch_fort__free()

void cp_lch_fort__free ( char **  data)

◆ cp_lcp_fort_()

cal_int cp_lcp_fort_ ( void *  component,
cal_int  mode,
float *  ti,
float *  tf,
cal_int *  i,
char *  nomvar,
cal_int  bufferLength,
cal_int *  nRead,
float *  data 
)

Referenced by F_FUNC().

◆ cp_lcp_fort__free()

void cp_lcp_fort__free ( float *  data)

◆ cp_ldb_fort_()

cal_int cp_ldb_fort_ ( void *  component,
cal_int  mode,
double *  ti,
double *  tf,
cal_int *  i,
char *  nomvar,
cal_int  bufferLength,
cal_int *  nRead,
double *  data 
)

Referenced by F_FUNC().

◆ cp_ldb_fort__free()

void cp_ldb_fort__free ( double *  data)

◆ cp_len_fort_()

cal_int cp_len_fort_ ( void *  component,
cal_int  mode,
float *  ti,
float *  tf,
cal_int *  i,
char *  nomvar,
cal_int  bufferLength,
cal_int *  nRead,
cal_int *  data 
)

Referenced by F_FUNC().

◆ cp_len_fort__free()

void cp_len_fort__free ( cal_int *  data)

◆ cp_lin_fort_()

cal_int cp_lin_fort_ ( void *  component,
cal_int  mode,
float *  ti,
float *  tf,
cal_int *  i,
char *  nomvar,
cal_int  bufferLength,
cal_int *  nRead,
int *  data 
)

Referenced by F_FUNC().

◆ cp_lin_fort__free()

void cp_lin_fort__free ( int *  data)

◆ cp_llg_fort_()

cal_int cp_llg_fort_ ( void *  component,
cal_int  mode,
float *  ti,
float *  tf,
cal_int *  i,
char *  nomvar,
cal_int  bufferLength,
cal_int *  nRead,
long *  data 
)

Referenced by F_FUNC().

◆ cp_llg_fort__free()

void cp_llg_fort__free ( long *  data)

◆ cp_lln_fort_()

cal_int cp_lln_fort_ ( void *  component,
cal_int  mode,
float *  ti,
float *  tf,
cal_int *  i,
char *  nomvar,
cal_int  bufferLength,
cal_int *  nRead,
long *  data 
)

Referenced by F_FUNC().

◆ cp_lln_fort__free()

void cp_lln_fort__free ( long *  data)

◆ cp_llo_fort_()

cal_int cp_llo_fort_ ( void *  component,
cal_int  mode,
float *  ti,
float *  tf,
cal_int *  i,
char *  nomvar,
cal_int  bufferLength,
cal_int *  nRead,
int *  data 
)

Referenced by F_FUNC().

◆ cp_llo_fort__free()

void cp_llo_fort__free ( int *  data)

◆ cp_lrd_fort_()

cal_int cp_lrd_fort_ ( void *  component,
cal_int  mode,
float *  ti,
float *  tf,
cal_int *  i,
char *  nomvar,
cal_int  bufferLength,
cal_int *  nRead,
float *  data 
)

Referenced by F_FUNC().

◆ cp_lrd_fort__free()

void cp_lrd_fort__free ( float *  data)

◆ cp_lre_fort_()

cal_int cp_lre_fort_ ( void *  component,
cal_int  mode,
float *  ti,
float *  tf,
cal_int *  i,
char *  nomvar,
cal_int  bufferLength,
cal_int *  nRead,
float *  data 
)

Referenced by F_FUNC().

◆ cp_lre_fort__free()

void cp_lre_fort__free ( float *  data)