Sommaire  
		- Overview, p1
 - Synchronous Systems in BIP, p2
 - MATLAB/Simulink to BIP, p3
 - AADL to BIP, p4
 - GeNoM to BIP, p5
 - NesC/TinyOS in BIP, p6
 - C to BIP, p7
 - DOL to BIP, p8
 
C to BIP
We provide a translation process from any C code to a BIP model. The translator accepts any C code as input and currently support a reasonable subset of the C language. Any C function can be translated to a BIP atomic component. A set of function are considered as interaction points and all corresponding calls are modeled by BIP ports. This translation is used as a building block for other factories (MIND project and DOL)

