Changes between Version 23 and Version 24 of C++ API
- Timestamp:
- 05/27/14 11:54:02 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C++ API
v23 v24 33 33 } 34 34 }}} 35 After this, any code can be written. The {{{MUSCLE_Kernel_Name}}} function gives the current kernel name. This must be freed after use. Similarly, MUSCLE_Get_Property gives a property as a string, which mustbe freed afterwards.35 After this, any code can be written. The {{{MUSCLE_Kernel_Name}}} function gives the current kernel name. This must NOT be freed after use. Similarly, MUSCLE_Get_Property gives a property as a string, which must NOT be freed afterwards. 36 36 37 37 The send and receive functions can transport several datatypes, which are enumerated in {{{muscle2/muscle_types.h}}}. For reference, it takes the following datatypes