Changes between Version 8 and Version 9 of C++ API
- Timestamp:
- 09/24/12 11:42:57 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C++ API
v8 v9 1 The C API of MUSCLE is a subset of the C++ API, the C API is again a subset of the Java API. Because the core of MUSCLE is written in Java, any C++ executable will communicate with Java code, but this is hidden in the API. In both cases, the include path is $MUSCLE_HOME/include1 The C API of MUSCLE is a subset of the C++ API, the C API is again a subset of the Java API. Because the core of MUSCLE is written in Java, any C++ executable will communicate with Java code, but this is hidden in the API. In both cases, the include path is {{{$MUSCLE_HOME/include}}}. 2 2 3 3 == C API == 4 4 5 All muscle2 headers are installed in {{{$MUSCLE_HOME/include/muscle2}}}. The header file for the C API is {{{muscle2/cmuscle.h}}}. 6 7 The functions there are very limited, but they should be sufficient for most needs: 5 The header file for the C API is {{{muscle2/cmuscle.h}}}. The functions there are very limited, but they should be sufficient for most needs: 8 6 {{{ 9 7 muscle_error_t MUSCLE_Init(int* argc, char*** argv);