tool/CommandRegWrite.h
changeset 1389 5b392b22a2da
parent 1388 3c886ec376f5
child 1826 ec6223c3b7ec
equal deleted inserted replaced
1388:3c886ec376f5 1389:5b392b22a2da
    28  ****************************************************************************/
    28  ****************************************************************************/
    29 
    29 
    30 #ifndef __COMMANDREGWRITE_H__
    30 #ifndef __COMMANDREGWRITE_H__
    31 #define __COMMANDREGWRITE_H__
    31 #define __COMMANDREGWRITE_H__
    32 
    32 
    33 #include "Command.h"
    33 #include "CommandReg.h"
    34 
    34 
    35 /****************************************************************************/
    35 /****************************************************************************/
    36 
    36 
    37 class CommandRegWrite:
    37 class CommandRegWrite:
    38     public Command
    38     public CommandReg
    39 {
    39 {
    40     public:
    40     public:
    41         CommandRegWrite();
    41         CommandRegWrite();
    42 
    42 
    43         string helpString() const;
    43         string helpString() const;