diff -r a47c5a3c143d -r 816663ca9370 tools/Master.h --- a/tools/Master.h Tue Jun 10 12:52:08 2008 +0000 +++ b/tools/Master.h Wed Jun 11 13:01:21 2008 +0000 @@ -51,6 +51,7 @@ void listSdos(int, bool = false); void sdoDownload(int, const string &, const vector &); void sdoUpload(int, const string &, const vector &); + void showSlaves(int); void siiRead(int); void siiWrite(int, bool, const vector &); void requestStates(int, const vector &); @@ -66,6 +67,7 @@ void showDomain(unsigned int); void listSlavePdos(uint16_t, bool = false, bool = false); void listSlaveSdos(uint16_t, bool = false, bool = false); + void showSlave(uint16_t); void generateSlaveXml(uint16_t); unsigned int domainCount(); unsigned int slaveCount();