changeset 2004 | be807e224b0e |
parent 1968 | 4f682084c643 |
2003:a7ff6c28a432 | 2004:be807e224b0e |
---|---|
40 public DataTypeHandler |
40 public DataTypeHandler |
41 { |
41 { |
42 public: |
42 public: |
43 CommandRegWrite(); |
43 CommandRegWrite(); |
44 |
44 |
45 string helpString() const; |
45 string helpString(const string &) const; |
46 void execute(const StringVector &); |
46 void execute(const StringVector &); |
47 |
47 |
48 private: |
48 private: |
49 void loadRegData(ec_ioctl_slave_reg_t *, const istream &); |
49 void loadRegData(ec_ioctl_slave_reg_t *, const istream &); |
50 }; |
50 }; |