objdictgen/config/objdict_Jaxe_cfg.xml
changeset 0 4472ee7c6c3e
equal deleted inserted replaced
-1:000000000000 0:4472ee7c6c3e
       
     1 <?xml version='1.0' encoding='ISO-8859-1'?>
       
     2 
       
     3 <!-- 
       
     4 This file is part of CanFestival, a library implementing CanOpen Stack. 
       
     5 
       
     6 Copyright (C): Francis DUPIN
       
     7 
       
     8 See COPYING file for copyrights details.
       
     9 
       
    10 This library is free software; you can redistribute it and/or
       
    11 modify it under the terms of the GNU Lesser General Public
       
    12 License as published by the Free Software Foundation; either
       
    13 version 2.1 of the License, or (at your option) any later version.
       
    14 
       
    15 This library is distributed in the hope that it will be useful,
       
    16 but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    18 Lesser General Public License for more details.
       
    19 
       
    20 You should have received a copy of the GNU Lesser General Public
       
    21 License along with this library; if not, write to the Free Software
       
    22 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
       
    23 -->
       
    24 
       
    25 <JAXECFG>
       
    26   
       
    27   <FICHIERXSL nom="objdict.xsl"/>
       
    28   
       
    29   <FICHIERSCHEMA nom="objdict.xsd"/>
       
    30 
       
    31   <RACINE>
       
    32     <BALISE nom="node" titre="Description of the node dictionary" type="division"/>
       
    33   </RACINE>
       
    34   
       
    35   <MENU titre="New Node">
       
    36     <BALISE nom="node" titre="node" type="division">
       
    37       <PARAMETRE nom="titreAtt" valeur="name"/>
       
    38       <PARAMETRE nom="titreAtt" valeur="node_id"/>
       
    39     </BALISE>
       
    40   </MENU>
       
    41   
       
    42   <MENU titre="heartbeat_consumers">
       
    43     <BALISE nom="heartbeat_consumers" titre="Nbr of node which send a heartbeat" type="vide">
       
    44       <PARAMETRE nom="titreAtt" valeur="nombre"/>
       
    45     </BALISE>	
       
    46   </MENU>
       
    47 
       
    48   <MENU titre="SDO">
       
    49     <BALISE nom="sdo_clients" titre="Nbr of sdo clients" type="vide">
       
    50       <PARAMETRE nom="titreAtt" valeur="nombre"/>
       
    51     </BALISE>	
       
    52   </MENU>
       
    53 
       
    54   <MENU titre="PDO">
       
    55     <BALISE nom="pdo" titre="Add a PDO receive or transmit" type="division">
       
    56       <PARAMETRE nom="titreAtt" valeur="type_rx_tx"/>
       
    57     </BALISE>	
       
    58     <BALISE nom="mapped_object" titre="Map an object in a PDO. (optional)" type="vide">
       
    59       <PARAMETRE nom="titreAtt" valeur="name"/>
       
    60     </BALISE>	
       
    61   </MENU>
       
    62 
       
    63   
       
    64   <MENU titre="Mapping">
       
    65     <BALISE nom="mapped_variable" titre="Mapped variable" type="vide">
       
    66       <PARAMETRE nom="titreAtt" valeur="name"/>
       
    67       <PARAMETRE nom="titreAtt" valeur="access"/>
       
    68     </BALISE>
       
    69     <BALISE nom="mapped_table" titre="Mapped table" type="vide">
       
    70       <PARAMETRE nom="titreAtt" valeur="name"/>
       
    71       <PARAMETRE nom="titreAtt" valeur="access"/>
       
    72     </BALISE>
       
    73         <BALISE nom="mapped_string_variable" titre="Mapped string variable" type="vide">
       
    74       <PARAMETRE nom="titreAtt" valeur="name"/>
       
    75       <PARAMETRE nom="titreAtt" valeur="access"/>
       
    76     </BALISE>
       
    77   </MENU>
       
    78 
       
    79 
       
    80 </JAXECFG>