tool/CommandSlaves.cpp
changeset 1144 7dbfdd61812c
parent 1142 59be91dfcbe1
child 1146 f18d124d7fbc
equal deleted inserted replaced
1143:09ee878d7214 1144:7dbfdd61812c
    31         << "If the --verbose option is not given, the slaves are" << endl
    31         << "If the --verbose option is not given, the slaves are" << endl
    32         << "displayed one-per-line. Example:" << endl
    32         << "displayed one-per-line. Example:" << endl
    33         << endl
    33         << endl
    34         << "1  5555:0  PREOP  +  EL3162 2C. Ana. Input 0-10V" << endl
    34         << "1  5555:0  PREOP  +  EL3162 2C. Ana. Input 0-10V" << endl
    35         << "|  |    |  |      |  |" << endl
    35         << "|  |    |  |      |  |" << endl
    36         << "|  |    |  |      |  \\- Name from SII if avaliable," << endl
    36         << "|  |    |  |      |  \\- Name from the SII if avaliable," << endl
    37         << "|  |    |  |      |     otherwise hexadecimal vendor ID" << endl
    37         << "|  |    |  |      |     otherwise vendor ID and product" << endl
    38         << "|  |    |  |      |     and product code separated by a" << endl
    38         << "|  |    |  |      |     code (both hexadecimal)." << endl
    39         << "|  |    |  |      |     colon." << endl
       
    40         << "|  |    |  |      \\- Error flag. '+' means no error," << endl
    39         << "|  |    |  |      \\- Error flag. '+' means no error," << endl
    41         << "|  |    |  |         'E' means that scanning or" << endl
    40         << "|  |    |  |         'E' means that scan or" << endl
    42         << "|  |    |  |         configuration failed." << endl
    41         << "|  |    |  |         configuration failed." << endl
    43         << "|  |    |  \\- Current slave state." << endl
    42         << "|  |    |  \\- Current application-layer state." << endl
    44         << "|  |    \\- Relative position (decimal) after the last" << endl
    43         << "|  |    \\- Relative position (decimal) after the last" << endl
    45         << "|  |       slave with an alias address set." << endl
    44         << "|  |       slave with an alias address set." << endl
    46         << "|  \\- Alias address of the slave (if set to non-zero)," << endl
    45         << "|  \\- Alias address of the slave (if set), or the alias" << endl
    47         << "|     or the alias of the last slave with an alias set," << endl
    46         << "|     of the last slave with an alias, or zero if not" << endl
    48         << "|     or zero if there is none." << endl
    47         << "|     applicable" << endl
    49         << "\\- Ring position (use this with any --slave option)." << endl
    48         << "\\- Absolute ring position in the bus (use this with any" << endl
       
    49         << "   --slave option)." << endl
    50         << endl
    50         << endl
    51         << "If the --verbose option is given, a detailed (multi-line)" << endl
    51         << "If the --verbose option is given, a detailed (multi-line)" << endl
    52         << "description is output for each slave." << endl
    52         << "description is output for each slave." << endl
    53         << endl
    53         << endl
    54         << "Command-specific options:" << endl
    54         << "Command-specific options:" << endl