7 #if defined(__cplusplus) 
   18 typedef void (tlp_cc *callBackFunc)(
void*);
 
   38                                                         double timeEnd,    
int numberOfPoints,
 
   39                                                         callBackFunc fn1, callBackFunc fn2, 
void* userData);
 
   61                                                         double timeStart, 
double timeEnd, 
int numberOfPoints,
 
   62                                                         callBackFunc fn1, callBackFunc fn2, 
void* userData);
 
   82 TLP_C_DS 
TELHandle tlp_cc loadSBMLFromFileJobEx(
TELHandle handle, 
const char* fileName, 
bool reCompile);
 
   92 TLP_C_DS 
TELHandle tlp_cc loadSBMLFromFileJobs(
TELHandle handles, 
const char* fileName, 
int nrOfThreads);
 
  111 TLP_C_DS 
TELHandle tlp_cc loadSBMLJobEx(
TELHandle handle, 
const char* sbml, 
bool reCompile);
 
  121 TLP_C_DS 
TELHandle tlp_cc loadSBMLJobs(
TELHandle handles, 
const char* sbml, 
int nrOfThreads);
 
  132 TLP_C_DS 
TELHandle tlp_cc loadSBMLJobsEx(
TELHandle handles, 
const char* sbml, 
int nrOfThreads, 
bool force_recompile);
 
  140 TLP_C_DS 
bool tlp_cc waitForJob(
TELHandle handle);
 
  148 TLP_C_DS 
bool tlp_cc waitForJobs(
TELHandle handle);
 
  156 TLP_C_DS 
bool tlp_cc isJobFinished(
TELHandle handle);
 
  164 TLP_C_DS 
bool tlp_cc areJobsFinished(
TELHandle handle);
 
  172 TLP_C_DS 
int tlp_cc getNumberOfRemainingJobs(
TELHandle handle);
 
  188 TLP_C_DS 
bool tlp_cc freeJobs(
TELHandle handle);
 
  190 #if defined(__cplusplus)