tool/CommandSdos.h
changeset 1184 75cd6681eb08
parent 1151 1fc1535dec29
child 1363 11c0b2caa253
equal deleted inserted replaced
1183:d77f634ab0b5 1184:75cd6681eb08
     5  ****************************************************************************/
     5  ****************************************************************************/
     6 
     6 
     7 #ifndef __COMMANDSDOS_H__
     7 #ifndef __COMMANDSDOS_H__
     8 #define __COMMANDSDOS_H__
     8 #define __COMMANDSDOS_H__
     9 
     9 
    10 #include "Command.h"
    10 #include "SdoCommand.h"
    11 
    11 
    12 /****************************************************************************/
    12 /****************************************************************************/
    13 
    13 
    14 class CommandSdos:
    14 class CommandSdos:
    15     public Command
    15     public SdoCommand
    16 {
    16 {
    17     public:
    17     public:
    18         CommandSdos();
    18         CommandSdos();
    19 
    19 
    20         string helpString() const;
    20         string helpString() const;