tool/Command.h
changeset 2590 0e207abed88a
parent 2589 2b9c78543663
equal deleted inserted replaced
2589:2b9c78543663 2590:0e207abed88a
   130         static string numericInfo();
   130         static string numericInfo();
   131 
   131 
   132     protected:
   132     protected:
   133         enum {BreakAfterBytes = 16};
   133         enum {BreakAfterBytes = 16};
   134 
   134 
   135         void throwInvalidUsageException(const stringstream &) const;
   135         static void throwInvalidUsageException(const stringstream &);
   136         void throwCommandException(const string &) const;
   136         static void throwCommandException(const string &);
   137         void throwCommandException(const stringstream &) const;
   137         static void throwCommandException(const stringstream &);
   138         void throwSingleSlaveRequired(unsigned int) const;
   138         void throwSingleSlaveRequired(unsigned int) const;
   139 
   139 
   140         typedef list<ec_ioctl_slave_t> SlaveList;
   140         typedef list<ec_ioctl_slave_t> SlaveList;
   141         SlaveList selectedSlaves(MasterDevice &);
   141         SlaveList selectedSlaves(MasterDevice &);
   142         typedef list<ec_ioctl_config_t> ConfigList;
   142         typedef list<ec_ioctl_config_t> ConfigList;