Table of Contents

Name

sametype - C code generator to implement Esterel abstract data types for simulation - Version v4_41

Synopsis

sametype new_type_name old_type_name

Description

Esterel modules may use abstract data types that are to be defined in the host language (typically: C programming language). When simulating such modules, the user must provide the type definitions and a set of functions manipulating objets of these types (assignment, equality test, etc.).

However, several abstract data types may have different names although they are implemented by the same concrete data type. In that case, when using C language, the programmer may use the sametype program to generate automatically the definition and functions needed for a new_type_name which is implemented by an old_type_name.

An example of use is:

sametype MyType int

See Also

Esterel documentation.

occ(1) , csimul(3)

Identification

Ecole des Mines de Paris (CMA) and INRIA, Sophia-Antipolis


Table of Contents

Back To Main Manual Page