Jump to content

Franca IDL

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Multi-mishka (talk | contribs) at 08:38, 2 October 2015 (→‎Release changed). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Franca
Stable release
0.9.2 / 21 May 2015; 9 years ago (2015-05-21)
Repository
TypeInterface description language framework
LicenseEclipse Public License 1.0
Websitegithub.com/franca/franca/

Franca Interface Definition Language (Franca IDL) is a formally defined, text-based interface description language. It is part of the Franca framework, which is a framework for definition and transformation of software interfaces. Franca applies model transformation techniques to interoperate with various interface description languages (e.g., D-Bus Introspection language, Apache Thrift IDL, Fibex Services).

History

The initial version of Franca was developed by the GENIVI consortium in 2011 being a common interface description language used for the standardization of an In-Vehicle Infotainment (IVI) platform. The first public version of Franca was released in March 2012 under the Eclipse Public License, version 1.0. In 2013, Franca has been proposed as an official Eclipse foundation project.[1] Franca is mainly developed by the German company Itemis.[2]

Features

Franca IDL provides a range of features for the specification of software interfaces:

  • declaration of interface elements: attributes, methods, broadcasts
  • major/minor versioning scheme
  • specification of the dynamic behaviour of interfaces based on finite-state machines (Protocol State Machines, short: PSM)
  • storage of meta-information (e.g., author, description, links) using structured comments
  • user-defined data types (i.e., array, enumeration, structure, union, map, type alias)
  • inheritance for interfaces, enumerations and structures

Architecture

In addition to the text-based IDL for the specification of interfaces, Franca provides an HTML documentation generator.

Franca is implemented based on the Eclipse (software) tool platform. For the definition of the actual Franca IDL, the Xtext framework is used. For the user of Franca, this offers a list of benefits for the activity of reviewing and specifying software interfaces.

See also

References

External links

Resources

  • Klaus Birken. "Franca – Defining and Transforming Interfaces". Retrieved 2014-03-31.