CyPhyML2Simulink interpreter C++ source code

General notes:
Transfers all the bond graph elements and their
components into a .m MatLab script file. The modeler
must run that script file to get the Simulink model.

Requirements:
The HBG-matlab-library is need to be installed, before 
you run the generated script. This library contains 
all the necessary build and runtime functions.

Compatibility:
This version of the interpreter works with the 
r359
revision of the CyPhyML language.

KNOWN ISSUES:
1. If the GME RootFolder name is the same (identical) with the 
	name of the directory, where the model is located,
	the bulid.m fails.
	Solution: Rename the directory.
2. Sometimes the build.m fails due the size_t redefinition.
	Solution: Restart your computer and try again.
3. If the parameter name of (R, C, I) is a 'valid' MatLab
	function name such as 'spring'. During the simulink model
	building process those function are called in the MatLab
	workspace.
	Solution: Rename the parameters, which cause the conflicts.