Muscle C/C++ API: fortranmuscle.h Source File

fortranmuscle.h

Go to the documentation of this file.
00001 #ifndef FORTRANMUSCLE_H
00002 #define FORTRANMUSCLE_H
00003 
00004 #include "muscle_types.h"
00005
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009 
00013 void muscle_init_(int* argc, char* argv, int len);
00015 void muscle_finalize_(void);
00016
00018 void muscle_kernel_name_(char * result, int reslen);
00020 void muscle_get_property_(const char* name, char* result, int len, int reslen);
00022 void muscle_will_stop_(int *result);
00023
00025 void muscle_send_(const char *exit_name, void *array, int *size, muscle_datatype_t *type, int len);
00028 void muscle_receive_(const char *entrance_name, void *array, int *size, muscle_datatype_t *type, int len);
00029
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033 
00034 #endif /* CMUSCLE_H */

Generated on Thu Oct 18 14:28:28 2012 for Muscle C/C++ API by  doxygen 1.5.6