Changes between Version 8 and Version 9 of C++ API

Show
Ignore:
Timestamp:
09/24/12 11:42:57 (12 years ago)
Author:
jorisborgdorff
Comment:

--

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/include 
     1The 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}}}. 
    22 
    33== C API == 
    44 
    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: 
     5The header file for the C API is {{{muscle2/cmuscle.h}}}. The functions there are very limited, but they should be sufficient for most needs: 
    86{{{ 
    97muscle_error_t MUSCLE_Init(int* argc, char*** argv);