diff -r 5f27403587a8 -r d1d2aa556344 tools/Master.h --- a/tools/Master.h Fri Jun 27 07:22:02 2008 +0000 +++ b/tools/Master.h Fri Jun 27 08:58:04 2008 +0000 @@ -47,13 +47,12 @@ void outputData(int); void setDebug(const vector &); void showDomains(int); - void listSlaves(); void showMaster(); void listPdos(int, bool = false); void listSdos(int, bool = false); void sdoDownload(int, const string &, const vector &); void sdoUpload(int, const string &, const vector &); - void showSlaves(int); + void showSlaves(int, bool); void siiRead(int); void siiWrite(int, bool, const vector &); void requestStates(int, const vector &); @@ -69,6 +68,7 @@ void showDomain(unsigned int); void listSlavePdos(uint16_t, bool = false, bool = false); void listSlaveSdos(uint16_t, bool = false, bool = false); + void listSlaves(int); void showSlave(uint16_t); void generateSlaveXml(uint16_t); unsigned int slaveCount();