tool/cmd_xml.cpp
changeset 1137 a73c0f54be42
parent 1130 bb1c11adb2db
equal deleted inserted replaced
1136:a0982873d655 1137:a73c0f54be42
    10 
    10 
    11 #include "globals.h"
    11 #include "globals.h"
    12 
    12 
    13 /****************************************************************************/
    13 /****************************************************************************/
    14 
    14 
    15 // FIXME
       
    16 const char *help_xml =
    15 const char *help_xml =
    17     "[OPTIONS]\n"
    16     "[OPTIONS]\n"
    18     "\n"
    17     "\n"
       
    18     "Generate slave description XMLs from the master's slave information.\n"
    19     "\n"
    19     "\n"
    20     "Command-specific options:\n";
    20     "Note that the Pdo information can either originate from the SII or\n"
       
    21     "from the CoE communication area. For some slaves, this is dependant on\n"
       
    22     "the last slave configuration.\n"
       
    23     "\n"
       
    24     "Command-specific options:\n"
       
    25     "  --slave -s <index>  Positive numerical ring position, or 'all' for\n"
       
    26     "                      all slaves (default).\n"
       
    27     "\n"
       
    28     "Numerical values can be specified either with decimal (no prefix),\n"
       
    29     "octal (prefix '0') or hexadecimal (prefix '0x') base.\n";
    21 
    30 
    22 /****************************************************************************/
    31 /****************************************************************************/
    23 
    32 
    24 void generateSlaveXml(uint16_t);
    33 void generateSlaveXml(uint16_t);
    25 
    34