tool/SoeCommand.h
changeset 1877 7b77000f9764
parent 1868 489ea0becd74
child 1966 23c638a81fe7
--- a/tool/SoeCommand.h	Fri Mar 19 11:07:49 2010 +0100
+++ b/tool/SoeCommand.h	Fri Mar 19 12:01:32 2010 +0100
@@ -25,6 +25,8 @@
  *  EtherCAT technology and brand is only permitted in compliance with the
  *  industrial property and similar rights of Beckhoff Automation GmbH.
  *
+ *  vim: expandtab
+ *
  ****************************************************************************/
 
 #ifndef __SOECOMMAND_H__
@@ -44,6 +46,7 @@
 
     protected:
         static uint16_t parseIdn(const string &);
+        static std::string errorMsg(uint16_t);
 };
 
 /****************************************************************************/