tool/CommandRegRead.h
changeset 1835 20748e9d2238
parent 1826 ec6223c3b7ec
child 1968 4f682084c643
equal deleted inserted replaced
1834:67fc217d7341 1835:20748e9d2238
    28  ****************************************************************************/
    28  ****************************************************************************/
    29 
    29 
    30 #ifndef __COMMANDREGREAD_H__
    30 #ifndef __COMMANDREGREAD_H__
    31 #define __COMMANDREGREAD_H__
    31 #define __COMMANDREGREAD_H__
    32 
    32 
    33 #include "CommandReg.h"
    33 #include "Command.h"
       
    34 #include "DataTypeHandler.h"
    34 
    35 
    35 /****************************************************************************/
    36 /****************************************************************************/
    36 
    37 
    37 class CommandRegRead:
    38 class CommandRegRead:
    38     public CommandReg
    39     public Command,
       
    40     public DataTypeHandler
    39 {
    41 {
    40     public:
    42     public:
    41         CommandRegRead();
    43         CommandRegRead();
    42 
    44 
    43         string helpString() const;
    45         string helpString() const;