tool/Command.h
changeset 1155 bd4e5b544473
parent 1151 1fc1535dec29
child 1156 ecaf2a896ea3
equal deleted inserted replaced
1154:04bcd38cf8dc 1155:bd4e5b544473
    83         static string numericInfo();
    83         static string numericInfo();
    84 
    84 
    85     protected:
    85     protected:
    86 		enum {BreakAfterBytes = 16};
    86 		enum {BreakAfterBytes = 16};
    87 
    87 
    88         void throwInvalidUsageException(const stringstream &);
    88         void throwInvalidUsageException(const stringstream &) const;
    89         void throwCommandException(const stringstream &);
    89         void throwCommandException(const stringstream &) const;
       
    90         void throwSingleSlaveRequired(unsigned int) const;
    90 
    91 
    91         typedef list<ec_ioctl_slave_t> SlaveList;
    92         typedef list<ec_ioctl_slave_t> SlaveList;
    92         SlaveList selectedSlaves(MasterDevice &);
    93         SlaveList selectedSlaves(MasterDevice &);
    93 
    94 
    94         static string alStateString(uint8_t);
    95         static string alStateString(uint8_t);