<?xml version="1.0" encoding='ISO-8859-1'?>
<!--DOCTYPE component PUBLIC "-//OCERA//DTD component XML V1.0//EN" "file:component.dtd"-->

<component id="rtlcc" name="RTLinux CC">
  <title>C++ RTLinux support</title>
  <info>
    <authorgroup>
      <author>
	<firstname>Miguel</firstname>
	<surname>Masmano</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:mimastel@doctor.upv.es">mimastel@doctor.upv.es</ulink></email>
      </author>
    </authorgroup>
    
    <reviewergroup>
      <author>
	<firstname>Ismael</firstname>
	<surname>Ripoll</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:iripoll@disca.upv.es">iripoll@disca.upv.es</ulink></email>
      </author>
    </reviewergroup>

    <copyright>
      <year>2005</year>
      <holder>OCERA Consortium</holder>
    </copyright>

    <workpackage id="WP5" />

    <date start="01/10/2004" release="22/02/2005"/>
    <version value="0.1"/>
    <notice>This component can be used outside of the OCERA framework.
    </notice>
    <status value="Stable"/>

   <licenses>
  <license name="MPL" />
  <license name="GPL" />
  <license name="LGPL" />
  <license name="CeCILL" file="cecill.pdf" />
   </licenses>

    <home-page url="http://www.ocera.org"/>

    <hardware processor="i386"/>
    <platform rtlinux="3.1"/>
    <componenttype value="Library"/>

    <keywords>RTLinux Porting, C++</keywords>
  </info>


  <!-- ================================================== Description -->
  <description>
This component provides support for the C++ language (that is,
objects, exceptions, etc.), however this component does not implement
support for the C++ libraries which will have to be replaced by the
user by calls to the RTLinux API.
  </description>

</component>

