tool/CommandSoeRead.h
changeset 1835 20748e9d2238
parent 1831 1875b9fea0ba
child 1868 489ea0becd74
equal deleted inserted replaced
1834:67fc217d7341 1835:20748e9d2238
    29 
    29 
    30 #ifndef __COMMANDSOEREAD_H__
    30 #ifndef __COMMANDSOEREAD_H__
    31 #define __COMMANDSOEREAD_H__
    31 #define __COMMANDSOEREAD_H__
    32 
    32 
    33 #include "Command.h"
    33 #include "Command.h"
       
    34 #include "DataTypeHandler.h"
    34 
    35 
    35 /****************************************************************************/
    36 /****************************************************************************/
    36 
    37 
    37 class CommandSoeRead:
    38 class CommandSoeRead:
    38     public Command
    39     public Command,
       
    40     public DataTypeHandler
    39 {
    41 {
    40     public:
    42     public:
    41         CommandSoeRead();
    43         CommandSoeRead();
    42 
    44 
    43         string helpString() const;
    45         string helpString() const;
    44         void execute(const StringVector &);
    46         void execute(const StringVector &);
    45 
       
    46     protected:
       
    47         static void printRawData(const uint8_t *, unsigned int);
       
    48 };
    47 };
    49 
    48 
    50 /****************************************************************************/
    49 /****************************************************************************/
    51 
    50 
    52 #endif
    51 #endif