<?xml version="1.0" encoding="UTF-8"?>
<!--DOCTYPE component PUBLIC "-//OCERA//DTD component XML V1.0//EN" "file:component.dtd"-->
<component id="candev" name="CANopen device" >
<!-- id = id of the component (candev,canmon,canvca,lincan,ethanal,ethdev,verbus or versched) -->
<!-- name = short title of the component -->
	<title>CANopen device</title>
	
	<info>
		<authorgroup>
			<author>
				<firstname>Pavel</firstname>
				<surname>Pisa</surname>
				<affiliation>
					<orgname>CTU</orgname>
				</affiliation>
				<email>
					<!-- url = mailto:your_email -->
					<ulink url="mailto:pisa@cmp.felk.cvut.cz">pisa@cmp.felk.cvut.cz</ulink>
				</email>
			</author>
			<author>
				<firstname>Frantisek</firstname>
				<surname>Vacek</surname>
				<affiliation>
					<orgname>CTU</orgname>
				</affiliation>
				<email>
					<!-- url = mailto:your_email -->
					<ulink url="mailto:vacek@rtime.felk.cvut.cz">vacek@rtime.felk.cvut.cz</ulink>
				</email>
			</author>
		</authorgroup>
		<copyright>
			<year>2004</year>
			<holder>OCERA Consortium</holder>
		</copyright>
		<!-- id = number of workpackage -->
		<deliverable file="ms4-month24/WP7/D7.4.pdf" />
    <workpackage id="WP7"></workpackage>
		<!-- release = release date -->
		<!-- start = 01/07/2002 -->
		<date release="01/11/2004" start="01/07/2002"></date>
		<!-- value = version number -->
		<version cvs="comm/can/candev" value="1.00-rc1"></version>
		<license value="GPL"></license>
		<!-- value = status (Analysis, Design, Alpha, Beta, Testing or Stable) -->
		<status value="Testing"></status>
		<home-page url="http://www.ocera.org"></home-page>
		<!-- processor = target procesor (i386, PowerPC, ARM or Independent) -->
		<!-- board = optional attribute - board model -->
		<hardware processor="Independent"></hardware>
		<!-- rtlinux = version of target OS -->
		<!-- linux = version of target OS -->
		<platform rtlinux="3.1"></platform>
		<!-- value = type of the component (LowLevel, HighLevel or Application) -->
		<componenttype value="HighLevel, Application"></componenttype>		
		<keywords>CANopen, master, slave, PDO, SDO, EDS, Object dictionary</keywords>
		<!-- reviewer info -->
		<reviewergroup>
			<author>
				<firstname></firstname>
				<surname></surname>
				<affiliation>
					<orgname></orgname>
				</affiliation>
				<!-- url = mailto:his/her_email -->
				<email><ulink url="mailto:"><!-- his/her email --></ulink>
				</email>
			</author>
		</reviewergroup>
	</info>
	<!-- ================================================== Description -->
	<description>
        CANopen device is the library based on VCA (Virtual CAN Api) and also CANopen master and CANopen slave application based on this library. Device functionality is configured by loading CANopen device specific EDS (Electronic Data Sheet). CANopen slave is linked with hardware module to cooperade with real device hardware.
	</description>
	<!-- ================================================== Readme -->
	<readme>
		<!-- Readme info if any -->
	</readme>
	<!-- ================================================== Readme -->
	<install>
		<!-- Install info if any. Example:-->
		In order to install, please follow next steps:
        (1) Extract the can package from tarbal
        (2) Type make to compile all necessary libraries and applications. To make only partial application type make in appropriate directory
        (3) You can find:
            all aaplication binaries in _compiled/bin directory
            all libraries headers in _compiled/include directory
            all libraries in _compiled/lib directory
        (4) Do not forget specify any EDS file (ie. nascan.eds from CVS repository) if you want to use canmaster or canslave application
	</install>
</component>