tool/cmd_config.cpp
changeset 1130 bb1c11adb2db
parent 1122 ee305a780a02
equal deleted inserted replaced
1129:4bc1d9f9d73c 1130:bb1c11adb2db
    15 /*****************************************************************************/
    15 /*****************************************************************************/
    16 
    16 
    17 const char *help_config =
    17 const char *help_config =
    18     "[OPTIONS]\n"
    18     "[OPTIONS]\n"
    19     "\n"
    19     "\n"
    20     "\n"
    20     "Output information about the slave configurations supplied by the\n"
    21     "Command-specific options:\n";
    21     "application.\n"
       
    22     "\n"
       
    23     "Without the --verbose option, each line of output shows one slave\n"
       
    24     "configuration. Example:\n"
       
    25     "\n"
       
    26     "1001:0  0x0000003b/0x02010000  -  -\n"
       
    27     "|       |                      |  |\n"
       
    28     "|       |                      |  \\- Slave is operational.\n"
       
    29     "|       |                      \\- Slave has been found.\n"
       
    30     "|       \\- Hexadecimal vendor ID and product code, separated by a\n"
       
    31     "|          slash.\n"
       
    32     "\\- Decimal alias and position, separated by a colon.\n"
       
    33     "\n"
       
    34     "With the --verbose option given, the configured Pdos and Sdos are\n"
       
    35     "additionally printed.\n"
       
    36     "\n"
       
    37     "Command-specific options:\n"
       
    38     "  --verbose  -v  Show detailed configurations.\n";
    22 
    39 
    23 /*****************************************************************************/
    40 /*****************************************************************************/
    24 
    41 
    25 struct ConfigInfo {
    42 struct ConfigInfo {
    26     string alias;
    43     string alias;