Go to the documentation of this file.
29 #include "CalciumFortranInt.h"
34 #define LCH_LAST_PARAM ,int strsize
37 #define CALCIUM_ECR_INTERFACE_C_H(_name,_timeType,_calInt,_type,_typeName,_qual,lastarg) \
38 extern _calInt cp_##_name (void * component, _calInt mode, \
39 _timeType t, _calInt i, \
40 char * nomvar, _calInt nbelem, \
58 #define CALCIUM_LECT_INTERFACE_C_H(_name,_timeType,_calInt,_type,_typeName,_qual,lastarg) \
59 extern void cp_##_name##_free ( _type _qual * data); \
60 extern _calInt cp_##_name (void * component, _calInt mode, \
61 _timeType * ti, _timeType * tf, _calInt * i, \
62 char * nomvar, _calInt bufferLength, \
63 _calInt * nRead, _type _qual * data \